Spaces:
Running
Running
Update agent.py
Browse files
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 |
-
|
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 |
|