mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-02 20:32:38 +02:00
update comment
This commit is contained in:
parent
5693594afe
commit
4e1955eba8
2 changed files with 8 additions and 8 deletions
|
|
@ -18,9 +18,6 @@ class Task(BaseModel):
|
|||
task_type: str = ""
|
||||
assignee: str = ""
|
||||
|
||||
# Example
|
||||
{example}
|
||||
|
||||
# Available Commands
|
||||
{available_commands}
|
||||
Special Command: Use {{"command_name": "end"}} to do nothing or indicate completion of all requirements and the end of actions.
|
||||
|
|
@ -34,6 +31,9 @@ Special Command: Use {{"command_name": "end"}} to do nothing or indicate complet
|
|||
# Current Task
|
||||
{current_task}
|
||||
|
||||
# Example
|
||||
{example}
|
||||
|
||||
# Instruction
|
||||
{instruction}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue