mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-11 15:15:18 +02:00
fix format issues
This commit is contained in:
parent
0469d1ed7d
commit
22841804a5
1 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,6 @@ class Task(BaseModel):
|
|||
{available_commands}
|
||||
Special Command: Use {{"command_name": "end"}} to do nothing or indicate completion of all requirements and the end of actions.
|
||||
|
||||
|
||||
# Example
|
||||
{example}
|
||||
|
||||
|
|
@ -46,7 +45,8 @@ Special Command: Use {{"command_name": "end"}} to do nothing or indicate complet
|
|||
# Instruction
|
||||
{instruction}
|
||||
"""
|
||||
|
||||
EXAMPLE = ""
|
||||
# Example
|
||||
CMD_PROMPT = """
|
||||
{current_state}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue