haystack-core-integrations icon indicating copy to clipboard operation
haystack-core-integrations copied to clipboard

feat: update `MistralChatGenerator` to support `Toolset` and recent enhancements

Open Amnah199 opened this issue 6 months ago • 0 comments

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

Amnah199 avatar May 13 '25 12:05 Amnah199