图片上传识别功能

This commit is contained in:
renjianbo
2026-04-13 22:52:36 +08:00
parent df4fab1e6e
commit 63b54116a5
13 changed files with 708 additions and 17 deletions

View File

@@ -76,6 +76,7 @@ class PreviewChatTurnResponse(BaseModel):
created_at: datetime
user_text: str
agent_text: str
attachments: List[Dict[str, Any]] = Field(default_factory=list)
class Config:
from_attributes = True