合并teamleader 和sweagent的原系统提示词

This commit is contained in:
黄伟韬 2024-08-09 19:51:00 +08:00
parent f338d168ca
commit d788722bc2
4 changed files with 14 additions and 4 deletions

View file

@ -48,6 +48,8 @@ Special Command: Use {{"command_name": "end"}} to do nothing or indicate complet
"""
CMD_PROMPT = """
{current_state}
# Current Plan
{plan_status}

View file

@ -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:"
"""