Update app.py
Browse files
app.py
CHANGED
|
@@ -177,7 +177,10 @@ class BasicAgent:
|
|
| 177 |
"Use the Thought Action observation to produce high quality results and only answer when you are sure you have performed the necessary steps for the task and question"
|
| 178 |
"If the file is an image, use analyze_image with a specific question about it"
|
| 179 |
"what to find. If the file is audio, use transcribe_audio first, then reason over the transcribed text "
|
| 180 |
-
"Use the PythonInterpreterTool for code interpretation in python"
|
|
|
|
|
|
|
|
|
|
| 181 |
max_steps=20,
|
| 182 |
)
|
| 183 |
#answering questions
|
|
|
|
| 177 |
"Use the Thought Action observation to produce high quality results and only answer when you are sure you have performed the necessary steps for the task and question"
|
| 178 |
"If the file is an image, use analyze_image with a specific question about it"
|
| 179 |
"what to find. If the file is audio, use transcribe_audio first, then reason over the transcribed text "
|
| 180 |
+
"Use the PythonInterpreterTool for code interpretation in python"
|
| 181 |
+
"NEVER invent, guess, or simulate data you have not actually retrieved. If a "
|
| 182 |
+
"file cannot be fetched or a page cannot be read, say so explicitly rather "
|
| 183 |
+
"than fabricating plausible-looking data or answers."),
|
| 184 |
max_steps=20,
|
| 185 |
)
|
| 186 |
#answering questions
|