mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-07-20 16:51:07 +02:00
change task_guide to code_steps
This commit is contained in:
parent
7436150849
commit
2e7abe7d03
5 changed files with 31 additions and 36 deletions
|
|
@ -81,7 +81,7 @@ class Task(BaseModel):
|
|||
code: str = ""
|
||||
result: str = ""
|
||||
is_finished: bool = False
|
||||
task_guide: str = ""
|
||||
code_steps: str = ""
|
||||
|
||||
|
||||
class Plan(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue