mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-27 14:25:20 +02:00
合并teamleader 和sweagent的原系统提示词
This commit is contained in:
parent
f338d168ca
commit
d788722bc2
4 changed files with 14 additions and 4 deletions
|
|
@ -48,6 +48,8 @@ Special Command: Use {{"command_name": "end"}} to do nothing or indicate complet
|
|||
"""
|
||||
|
||||
CMD_PROMPT = """
|
||||
{current_state}
|
||||
|
||||
# Current Plan
|
||||
{plan_status}
|
||||
|
||||
|
|
|
|||
|
|
@ -233,10 +233,12 @@ These examples are provided to demonstrate the output style that expected to be
|
|||
# IMPORTANT TIPS
|
||||
{IMPORTANT_TIPS}
|
||||
|
||||
|
||||
Avoid repeating the same command. Instead, please think about the current situation and provide the next bash command to execute in JSON format:"
|
||||
"""
|
||||
CURRENT_BASH_STATE = """
|
||||
# Output Next Step
|
||||
The current bash state is:
|
||||
(Open file: {{open_file}})
|
||||
(Current directory: {{working_dir}})
|
||||
|
||||
Avoid repeating the same command. Instead, please think about the current situation and provide the next bash command to execute in JSON format:"
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue