mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 16:07:01 +08:00
feat: persist agent chat history
This commit is contained in:
@@ -310,6 +310,8 @@ class AgentWebChatRequest(BaseModel):
|
||||
audio_refs: Optional[List[str]] = Field(default_factory=list)
|
||||
# 文件附件列表
|
||||
files: Optional[List[AgentWebChatFile]] = Field(default_factory=list)
|
||||
# 是否在展示历史中记录本轮用户消息
|
||||
echo_user: bool = Field(default=True)
|
||||
|
||||
|
||||
class AgentWebChoiceRequest(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user