Spaces:
Sleeping
Sleeping
graph test
Browse files
app.py
CHANGED
|
@@ -47,8 +47,9 @@ Perform any final reasoning or calculation steps needed based on the collected d
|
|
| 47 |
Double-check that the synthesized answer directly addresses the original question and respects ALL specific formatting or content details requested (e.g., rounding, order, units IF asked for).\n"
|
| 48 |
|
| 49 |
4. Format Output:
|
| 50 |
-
|
| 51 |
-
|
|
|
|
| 52 |
|
| 53 |
Question: {question}
|
| 54 |
"""
|
|
|
|
| 47 |
Double-check that the synthesized answer directly addresses the original question and respects ALL specific formatting or content details requested (e.g., rounding, order, units IF asked for).\n"
|
| 48 |
|
| 49 |
4. Format Output:
|
| 50 |
+
Last sentence should of your response shoule either:
|
| 51 |
+
- start **EXACTLY** with `FINAL ANSWER: ` followed by the answer.
|
| 52 |
+
- OR start **EXACTLY** with `TOOL: ` followed by the tool name and the request to the tool, example `TOOL: GoogleSearchAgent(request='search query')`
|
| 53 |
|
| 54 |
Question: {question}
|
| 55 |
"""
|