c594cec8f7cc7247083013fa04c29e229feb45a6
Neuron Soul CI / build (pull_request) Successful in 5m8s
When a chat request carries web_search=true, handle_chat_agentic now attaches Anthropic's NATIVE server-side web_search tool (web_search_20250305) to the request. The native tool is executed by Anthropic (not by the soul), so it returns real results with citations and needs no local runtime — it sidesteps the soul's lack of executable tools entirely. - new agentic_tools_with_web(web_search) helper (appends the native tool to the standard set) - handle_chat_agentic reads json_get_bool(body,"web_search") and uses it Pairs with neuron-ui: ChatRequest.web_search + the chat-input Web search toggle. Note: built/verified by reviewer — no elc on the authoring machine. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Languages
TypeScript
74.9%
MDX
21.7%
CSS
3%
HTML
0.1%
JavaScript
0.1%