a month ago
- A bug in conversation history construction caused small models to fail multi-turn tool calling.
- The bug erased the model's own tool calls and results from its history, making follow-up tasks impossible.
- Correcting the history by including tool calls and results restored 100% success rates across all models.
- Frontier models masked the defect by performing well despite incomplete history, hiding the issue.