naman1102 commited on
Commit
4eea303
·
1 Parent(s): cb60ebc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def respond_to_input(user_input: str) -> str:
46
  "⚠️ **MANDATORY** ⚠️: If (and only if) you need to call a tool, your entire response MUST be exactly ONE JSON OBJECT and NOTHING ELSE. \n"
47
  "For example, if you want to call web_search, you must respond with exactly:\n"
48
  "```json\n"
49
- '{"tool":"web_search","query":"Mercedes Sosa studio albums 2000-2009"}'\n"
50
  "```\n"
51
  "That JSON string must start at the very first character of your response and end at the very last character—"
52
  "no surrounding quotes, no markdown fences, no explanatory text. \n\n"
 
46
  "⚠️ **MANDATORY** ⚠️: If (and only if) you need to call a tool, your entire response MUST be exactly ONE JSON OBJECT and NOTHING ELSE. \n"
47
  "For example, if you want to call web_search, you must respond with exactly:\n"
48
  "```json\n"
49
+ '{"tool":"web_search","query":"Mercedes Sosa studio albums 2000-2009"}\n'
50
  "```\n"
51
  "That JSON string must start at the very first character of your response and end at the very last character—"
52
  "no surrounding quotes, no markdown fences, no explanatory text. \n\n"