mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-09 16:54:46 +08:00
feat: support human in the loop
This commit is contained in:
@@ -35,3 +35,9 @@ class ChatRequest(BaseModel):
|
||||
max_step_num: Optional[int] = Field(
|
||||
3, description="The maximum number of steps in a plan"
|
||||
)
|
||||
auto_accepted_plan: Optional[bool] = Field(
|
||||
False, description="Whether to automatically accept the plan"
|
||||
)
|
||||
feedback: Optional[str] = Field(
|
||||
None, description="Feedback from the user on the plan"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user