新增标题提取
This commit is contained in:
@@ -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 # ← 新增:是否使用深度报告
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user