fix(planner): skip human feedback if context is sufficient

Change-Id: I2b5628a7a8ecb6a6bad2712a9ff81b9b1cd323c6
This commit is contained in:
Zhao Longjie
2025-04-29 18:17:27 +08:00
parent eabf1f2080
commit dab1ba4789
2 changed files with 19 additions and 1 deletions

View File

@@ -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",
)