Function calling suddenly broke on open-mixtral-8x22b and mistral-small-latest with "Tool call id has to be defined", while mistral-large-latest kept working with the same code. Maintainer fuegoio explained the cause: those models were updated to support multiple tool calls, so a tool call id became necessary in tool responses, and it is given by the model in the tool calls response. The client-side fix was PR #93, and Mistral deployed an API-side fix so the current package version works again.