feat 接入report
This commit is contained in:
@@ -15,6 +15,7 @@ class ChatRequest(BaseModel):
|
||||
checkpoint_id: Optional[str] = Field(None, description="回溯点的ID,用于从历史点开启新对话")
|
||||
config_params: Optional[AgentConfig] = None
|
||||
need_suggestion: bool = False
|
||||
use_report: bool = False # ← 新增:是否使用深度报告
|
||||
|
||||
|
||||
class HistoryItem(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user