AgentNexus now returns direct Tool Gateway answers for cited web search and Google Calendar read requests before falling back to an external model pass, improving reliability for deterministic tool-backed questions.
Status
Direct answers shipped
Category
Runtime
Date
May 13, 2026
Read time
3 min read
Impact
Users get faster cited web search and Google Calendar read answers when the server-side tool result is already sufficient.
What changed
When the Tool Gateway produces a complete cited web search answer or Google Calendar read result, the chat route can return that answer directly without waiting for an external model pass.
The direct answer still follows normal chat accounting and event logging, while provider keys and OAuth tokens stay server-side.
Why it matters
Tool-backed answers are often already structured, cited, and ready for the user. Returning them directly reduces avoidable latency and keeps transient model capacity issues from blocking supported tool workflows.
What to do
- Use cited web search for source-backed public web questions.
- Use Google Calendar read actions for schedule lookup workflows after the workspace connection is authorized.
- Use fallback model guidance only when a request still needs model reasoning beyond the direct tool result.