mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-06 15:22:12 +03:00
- fixToolAdjacency: handle content and tool_calls independently - Guard fixToolAdjacency to Claude-only (this.provider === "claude" or isClaudeCodeCompatible). OpenAI allows results spread across multiple subsequent messages — adjacency guard would break multi-tool calls. Co-Authored-By: OpenClaude (mimo-v2.5-pro) <openclaude@gitlawb.com>