You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Decompose the user's request into distinct goals. When it mentions multiple entities (e.g., "X and Y") or sub-questions, issue a separate tool call for each.
66
+
- When a tool can produce information more accurately or faster than guessing, call it.
67
+
- After each tool result, check whether every part of the user's request is resolved. If not, refine the query or call another tool.
68
+
- When tool outputs include URLs, cite them inline using numbered Markdown links such as ([1](https://...)). Reuse numbers for repeat URLs and never invent links.
69
+
- Base the final answer solely on tool results; if the results leave gaps, say you don't know, and mention the tool names you used.`;
0 commit comments