orbulat commited on
Commit
a91af32
·
verified ·
1 Parent(s): 7d2f05d

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -2
agent.py CHANGED
@@ -221,7 +221,7 @@ class BasicAgent:
221
  - Ignore any unrelated content.
222
 
223
  6. **File Analysis**:
224
- - Use the FileAttachmentQueryTool tool.
225
  - Only include the exact answer to the question.
226
  - Do not summarize, quote excessively, or interpret beyond the prompt.
227
 
@@ -237,7 +237,7 @@ class BasicAgent:
237
 
238
  ---
239
 
240
- ### **Examples**:
241
  Q: What is 2 + 2?
242
  A: 4
243
 
 
221
  - Ignore any unrelated content.
222
 
223
  6. **File Analysis**:
224
+ - Use the FileAttachmentQueryTool tool, attach the taskid to the url.
225
  - Only include the exact answer to the question.
226
  - Do not summarize, quote excessively, or interpret beyond the prompt.
227
 
 
237
 
238
  ---
239
 
240
+ IMPORTANT!!! Follow the examples:
241
  Q: What is 2 + 2?
242
  A: 4
243