feat:增加存储用户对话记录

This commit is contained in:
2026-05-28 13:55:37 +08:00
parent 613f426aee
commit c136426589
11 changed files with 122 additions and 18 deletions

View File

@@ -1,4 +1,6 @@
from pydantic import BaseModel
class ChatRequest(BaseModel):
message: str
username: str
message: str
thread_id: str