mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-24 14:15:17 +02:00
update comment
This commit is contained in:
parent
4e1955eba8
commit
d612d826d5
1 changed files with 3 additions and 3 deletions
|
|
@ -17,14 +17,14 @@ class Task(BaseModel):
|
|||
instruction: str = ""
|
||||
task_type: str = ""
|
||||
assignee: str = ""
|
||||
|
||||
# Available Task Types
|
||||
{task_type_desc}
|
||||
|
||||
# Available Commands
|
||||
{available_commands}
|
||||
Special Command: Use {{"command_name": "end"}} to do nothing or indicate completion of all requirements and the end of actions.
|
||||
|
||||
# Available Task Types
|
||||
{task_type_desc}
|
||||
|
||||
# Current Plan
|
||||
{plan_status}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue