Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,9 @@ class BasicAgent:
|
|
82 |
fn=final_answer_tool,
|
83 |
description =
|
84 |
'''
|
85 |
-
|
|
|
|
|
86 |
'''
|
87 |
)
|
88 |
|
|
|
82 |
fn=final_answer_tool,
|
83 |
description =
|
84 |
'''
|
85 |
+
Use this ONLY at the end. You must pass a string containing ONLY the final answer, with no explanations or formatting.
|
86 |
+
If the answer is a list, pass it as a plain comma-separated string.
|
87 |
+
Example: 'cornstarch, granulated sugar, freshly squeezed lemon juice, ripe strawberries, vanilla extract'
|
88 |
'''
|
89 |
)
|
90 |
|