mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: init memory into ai chat messaging
This commit is contained in:
parent
f7d76eea1e
commit
cf681b2260
9 changed files with 163 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue