haystack-core-integrations
haystack-core-integrations copied to clipboard
feat: update `MistralChatGenerator` to support `Toolset` and recent enhancements
Several enhancements have been introduced in the ChatGenerators, including support for Toolset, http_client_kwargs in OpenAI, and StreamingCallbackT with both sync and async capabilities.
MistralChatGenerator should be updated to incorporate all of these improvements.
For reference, consider OpenRouter integration PR: #1723