mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-22 13:44:46 +08:00
fix: fix multi-round issue
This commit is contained in:
@@ -14,7 +14,7 @@ class State(MessagesState):
|
||||
|
||||
# Runtime Variables
|
||||
locale: str = "en-US"
|
||||
observations: Annotated[list[str], operator.add] = []
|
||||
observations: list[str] = []
|
||||
plan_iterations: int = 0
|
||||
current_plan: Plan | str = None
|
||||
final_report: str = ""
|
||||
|
||||
Reference in New Issue
Block a user