mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 04:12:10 +03:00
synthesizeOpenAiSseFromJson combined role+content+reasoning_content in one delta, which the openai→openai translator re-split, duplicating reasoning_content across chunks. Now emits role, reasoning_content, content and tool_calls as separate sequential deltas (reasoning before content) — the shape a real reasoning model streams — so the translator passes them through with no duplication. Tests assert each field appears exactly once and reasoning precedes content.