mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-02 05:12:11 +03:00
Prevents infinite retry loops when models generate tool calls with empty function names. The normalizeToolName function converted these to "placeholder_tool" which does not exist in any client's tool registry, causing repeated error-retry cycles.