mirjam-m commited on
Commit
6647079
·
1 Parent(s): 3023bae

graph test

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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
- Response **MUST** start **EXACTLY** with `FINAL ANSWER: ` followed by the answer.
51
- OR with `TOOL: ` followed by the tool name and the request to the tool, example `TOOL: GoogleSearchAgent(request='search query')`
 
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
  """