Files
OmniRoute/open-sse
diegosouzapw b5d03ed3f2 fix(translator): drop Codex image_generation tool in Responses→Chat (#2950)
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
2026-05-31 01:05:13 -03:00
..
2026-05-26 23:51:47 -03:00
2026-05-30 22:01:04 -03:00
2026-04-19 19:50:30 -03:00