mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-01 12:52:11 +03:00
Codex Desktop injects an image_generation hosted tool into every Responses API request (even text-only ones). The tool-type validator threw unsupportedFeature() (400) for it, breaking every Codex Desktop request. Mirror the tool_search handling: add IMAGE_GENERATION_TOOL_TYPES, allow it past the validator guard, and drop it from the tools array before forwarding to Chat Completions. Closes #2950