langchain/libs/partners/mistralai/langchain_mistralai
Maxime Perrin 1ebb5a70ad
partners(mistralai): Removing unused variable in completion request (using tool_calls or content) (#21201)
This PR fixes #21196.

The error was occurring when calling chat completion API with a chat
history. Indeed, the Mistral API does not accept both `content` and
`tool_calls` in the same body.

This PR removes one of theses variables depending on the necessity.

---------

Co-authored-by: Maxime Perrin <mperrin@doing.fr>
Co-authored-by: Chester Curme <chester.curme@gmail.com>
2024-05-02 13:20:14 -04:00
..
__init__.py mistralai[minor]: Add embeddings (#15282) 2024-01-16 17:48:37 -08:00
chat_models.py partners(mistralai): Removing unused variable in completion request (using tool_calls or content) (#21201) 2024-05-02 13:20:14 -04:00
embeddings.py mistralai: release 0.1.5, allow client passing in (#21034) 2024-04-29 17:14:26 +00:00
py.typed