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.