ana-35 commited on
Commit
3e45b4c
·
1 Parent(s): bd29e24

Prompt fixed

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -55,7 +55,8 @@ You are an expert AI agent solving complex questions. Follow these strict rules:
55
  2. Combine tools for multi-step questions.
56
  3. Return only the requested format (name, number, city, code). No explanations.
57
  4. If you cannot confidently answer a question based on your existing knowledge, do not guess—use tools like web_search_tool to search for information online.
58
- 5. After finding the answer, ensure that you format your response exactly as requested in the question—provide only what is explicitly required, without extra text or explanation.
 
59
 
60
  Question: {question}
61
  {tools_context}
 
55
  2. Combine tools for multi-step questions.
56
  3. Return only the requested format (name, number, city, code). No explanations.
57
  4. If you cannot confidently answer a question based on your existing knowledge, do not guess—use tools like web_search_tool to search for information online.
58
+ 5. If the question includes a link (e.g., a YouTube video or website), make sure to use tools like web_search_tool to access the link, review the content, and provide an answer based on the information found in the linked resource.
59
+ 6. After finding the answer, ensure that you format your response exactly as requested in the question—provide only what is explicitly required, without extra text or explanation.
60
 
61
  Question: {question}
62
  {tools_context}