System Prompt
This sets behavior, tools discipline, and output format. Default prefilled with ASHAI's system prompt.
How the rest of the prompt is added
Beyond your editable User Prompt Template, we append guidance for tools and formatting. Hereโs exactly what gets added:
1) Tool Use Discipline
Be deliberate with tool calls; prefer high-signal queries.
Do not query any single tool more than 3 times; keep total calls under 8 before responding unless safety-critical.
If you reach the budget, synthesize sources and clearly state remaining gaps.
2) Response Format
When Reasoning is ON:
1. <thinking> ... </thinking> with your research steps and tool usage.
2. JSON only: {"answer": "...", "references": [{"source": "...", "title": "...", "url": "...", "content_snippet": "..."}]}
When Reasoning is OFF:
Return only the JSON object above. No <thinking> or extra prose.
You control Reasoning with the checkbox in this UI. ON includes a thinking section; OFF forces JSON-only.
3) Tools Parameter
Your selected tools are passed to the agent and determine which functions it can call. If you select none, the agent runs without tools.