mirror of
https://github.com/whit3rabbit/anyllm-proxy.git
synced 2026-09-22 00:00:50 +00:00
Accumulates tool call fragments during the chat_completions streaming loop, then after the initial stream completes, checks for auto-executable tools via the ToolEngine. If found, executes tools in parallel, builds a follow-up request with tool results, and streams the follow-up response through the same SSE channel. Defers [DONE] until after any tool execution follow-up completes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>