Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,10 @@ class BasicAgent:
|
|
80 |
final_answer = FunctionTool.from_defaults(
|
81 |
name="final_answer",
|
82 |
fn=final_answer_tool,
|
83 |
-
description=
|
|
|
|
|
|
|
84 |
)
|
85 |
|
86 |
is_food_tool = FunctionTool.from_defaults(
|
|
|
80 |
final_answer = FunctionTool.from_defaults(
|
81 |
name="final_answer",
|
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. If the answer is a list, pass it as a plain comma-separated string. Example: 'cornstarch, granulated sugar, freshly squeezed lemon juice, ripe strawberries, vanilla extract'"
|
86 |
+
'''
|
87 |
)
|
88 |
|
89 |
is_food_tool = FunctionTool.from_defaults(
|