mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-05 14:55:18 +02:00
move loc of task_type
This commit is contained in:
parent
b03ce58fde
commit
7508ff66cd
1 changed files with 3 additions and 3 deletions
|
|
@ -18,13 +18,13 @@ class Task(BaseModel):
|
|||
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