Spaces:
Sleeping
Sleeping
Update app.py
Browse filesCommented out prompt templates to see if final answer problem is solved
app.py
CHANGED
|
@@ -125,7 +125,7 @@ agent = CodeAgent(
|
|
| 125 |
#planning_interval=3, # Enable planning every 3 steps
|
| 126 |
name=None,
|
| 127 |
description="This agent searches for the answer to the given prompt, iterates to find the best final answer to return as a text variable. For example: 'what color is grass?, final_answer='green'''.",
|
| 128 |
-
|
| 129 |
)
|
| 130 |
|
| 131 |
|
|
|
|
| 125 |
#planning_interval=3, # Enable planning every 3 steps
|
| 126 |
name=None,
|
| 127 |
description="This agent searches for the answer to the given prompt, iterates to find the best final answer to return as a text variable. For example: 'what color is grass?, final_answer='green'''.",
|
| 128 |
+
# prompt_templates=prompt_templates
|
| 129 |
)
|
| 130 |
|
| 131 |
|