last ...
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace xAiApi.AI.Interfaces
|
||||||
|
{
|
||||||
|
public interface IXAIMemoryService
|
||||||
|
{ }
|
||||||
|
}
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace xAiApi.AI.Models.Entities
|
||||||
|
{
|
||||||
|
public class XAiMessage
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
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
|
||||||
|
{ }
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user