Use Web Search when you need the assistant to run a quick web query and return results.Documentation Index
Fetch the complete documentation index at: https://docs.zylon.ai/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- An API token. See Backoffice Developer Console.
Requirements
- Tool spec:
{ "name": "web_search", "type": "web_search_v1" } - No
tool_contextrequired
Basic request and response
This example validates a request that enables the web search tool:POST /messages.
Tips
- Use a focused query to reduce noisy results.
- Combine with a system prompt to control summarization style.
Next steps
- Learn how messages return tool blocks: Messages