using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using xAiApi.AI.Interfaces; namespace xAiApi.AI.Services { public class XAIMemoryService : IXAIMemoryService { } }