EtienneB commited on
Commit
dab4f7f
Β·
1 Parent(s): e1d5fc7

updated prompt

Browse files
Files changed (2) hide show
  1. agent.py +1 -1
  2. system-prompt-claude.txt +1 -1
agent.py CHANGED
@@ -136,7 +136,7 @@ You are an advanced AI agent equipped with multiple tools to solve complex, mult
136
  - **File Processing Priority**: Always download and process files before attempting to answer questions about them
137
  - **Mathematical Chains**: Combine mathematical operations as needed (e.g., add β†’ multiply β†’ percentage_calculator)
138
  - **Information + Processing**: Combine search tools with processing tools (e.g., web_search β†’ extract_text_from_image β†’ analyze_csv_file)
139
- - **Text Transformations**: Use text processing tools before analysis (e.g., reverse_sentence β†’ python_code_parser)
140
  - **Pattern Recognition**: Look for hidden patterns, instructions, or transformations within questions
141
 
142
  ## Response Format
 
136
  - **File Processing Priority**: Always download and process files before attempting to answer questions about them
137
  - **Mathematical Chains**: Combine mathematical operations as needed (e.g., add β†’ multiply β†’ percentage_calculator)
138
  - **Information + Processing**: Combine search tools with processing tools (e.g., web_search β†’ extract_text_from_image β†’ analyze_csv_file)
139
+ - **Text Transformations**: Use text processing tools before analysis (e.g., reverse_sentence β†’ python_code_parser). In other words, first reverse the text when needed and then re-read the adjusted question.
140
  - **Pattern Recognition**: Look for hidden patterns, instructions, or transformations within questions
141
 
142
  ## Response Format
system-prompt-claude.txt CHANGED
@@ -41,7 +41,7 @@ You are an advanced AI agent equipped with multiple tools to solve complex, mult
41
  - Break down the problem into logical steps
42
  - Execute each step systematically, including any text transformations
43
  - Use outputs from one tool as inputs for another when necessary
44
- - Chain multiple operations (e.g., reverse text β†’ decode β†’ analyze β†’ calculate)
45
  - Verify intermediate results before proceeding
46
 
47
  ## Tool Usage Guidelines
 
41
  - Break down the problem into logical steps
42
  - Execute each step systematically, including any text transformations
43
  - Use outputs from one tool as inputs for another when necessary
44
+ - Chain multiple operations (e.g., reverse text β†’ decode β†’ analyze β†’ calculate). In other words, first reverse the text when needed and then re-read the adjusted question.
45
  - Verify intermediate results before proceeding
46
 
47
  ## Tool Usage Guidelines