| Tool | What it does |
|---|---|
web_fetch | Fetches a web page as readable text, for live lookups beyond your indexed content |
api_call | Makes a live HTTP request to perform an action the user asks for (trigger a transfer, fetch account details, create a resource) |
Advanced
Agentic Tools
Let the interactive chat call tools to act, not just answer.
When the answer isn’t in your vector index, the interactive assistant can call tools to go get it or act on the user’s behalf.
Inside the REPL:
The assistant only reaches for tools when the indexed content isn’t enough. Normal questions are answered from your knowledge base as usual.
Reference: CLI chat.

