GattoNero commited on
Commit
911f1e0
·
verified ·
1 Parent(s): 0a7d4cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -82,7 +82,9 @@ class BasicAgent:
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
 
 
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