新增标题提取

This commit is contained in:
zcr
2026-03-12 15:27:55 +08:00
parent 25abdfa38a
commit 6b4b6fd37c
2 changed files with 5 additions and 3 deletions

View File

@@ -15,7 +15,6 @@ class DeepAgentChatRequest(BaseModel):
checkpoint_id: Optional[str] = Field(None, description="回溯点的ID用于从历史点开启新对话")
config_params: Optional[AgentConfig] = None
need_suggestion: float = 0
need_title: bool = False
use_report: bool = False # ← 新增:是否使用深度报告