langchain/libs/partners/mistralai/tests
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
..
integration_tests mistral: read tool calls from AIMessage (#20554) 2024-04-17 13:38:24 -04:00
unit_tests partners(mistralai): Removing unused variable in completion request (using tool_calls or content) (#21201) 2024-05-02 13:20:14 -04:00
__init__.py mistralai: Add langchain-mistralai partner package (#14783) 2023-12-19 10:34:19 -05:00