You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We extend OpenAIChatGenerator for MistralChatGenerator. This works for chat completion but not for function calling. Mistral's function calling API is not the same as OpenAI's. https://docs.mistral.ai/guides/function-calling/
Describe the solution you'd like
We need to support Mistral's own API in MistralChatGenerator
Describe alternatives you've considered
Not supporting function calling in Mistral
Additional context
With the current implementation, MistralChatGenerator states that a message is a function call but the content doesn't provide function name/argument, probably because we cannot map the response coming from Mistral to a ChatMessage object
Is your feature request related to a problem? Please describe.
We extend OpenAIChatGenerator for MistralChatGenerator. This works for chat completion but not for function calling. Mistral's function calling API is not the same as OpenAI's.
https://docs.mistral.ai/guides/function-calling/
Describe the solution you'd like
We need to support Mistral's own API in MistralChatGenerator
Describe alternatives you've considered
Not supporting function calling in Mistral
Additional context
With the current implementation, MistralChatGenerator states that a message is a function call but the
content
doesn't provide function name/argument, probably because we cannot map the response coming from Mistral to a ChatMessage objectThe text was updated successfully, but these errors were encountered: