feat: init memory into ai chat messaging

This commit is contained in:
swve 2023-12-31 16:31:43 +00:00
parent f7d76eea1e
commit cf681b2260
9 changed files with 163 additions and 22 deletions

View file

@ -5,6 +5,11 @@ class StartActivityAIChatSession(BaseModel):
activity_uuid: str
message: str
class ActivityAIChatSessionResponse(BaseModel):
aichat_uuid: str
activity_uuid: str
message: str
class SendActivityAIChatMessage(BaseModel):
aichat_uuid: str