mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-26 15:24:48 +08:00
fix(planner): skip human feedback if context is sufficient
Change-Id: I2b5628a7a8ecb6a6bad2712a9ff81b9b1cd323c6
This commit is contained in:
@@ -32,7 +32,7 @@ class Plan(BaseModel):
|
||||
thought: str
|
||||
title: str
|
||||
steps: List[Step] = Field(
|
||||
...,
|
||||
default_factory=list,
|
||||
description="Research & Processing steps to get more context",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user