mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
1ebb5a70ad
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> |
||
---|---|---|
.. | ||
integration_tests | ||
unit_tests | ||
__init__.py |