feat 增加推荐对话可控参数
This commit is contained in:
@@ -14,7 +14,7 @@ class ChatRequest(BaseModel):
|
||||
thread_id: Optional[str] = Field(None, description="会话线程ID,不传则开启新会话")
|
||||
checkpoint_id: Optional[str] = Field(None, description="回溯点的ID,用于从历史点开启新对话")
|
||||
config_params: Optional[AgentConfig] = None
|
||||
# force_sketch: bool = False # 新增:是否强制绘图
|
||||
need_suggestion: bool = False
|
||||
|
||||
|
||||
class HistoryItem(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user