mistralai/client-js 0.3.0
mistralai/client-js
Captured source
source ↗published May 23, 2024seen 5dcaptured 13hhttp 200method plain
0.3.0
Repository: mistralai/client-js
Tag: 0.3.0
Published: 2024-05-23T15:45:23Z
Prerelease: no
Release notes:
API changes
- The field
tool_call_idon thetoolmessage will be mandatory in the future. It can be already added to improve the model performance when dealing with tool calls, especially multiple ones (https://github.com/mistralai/client-js/pull/76).
Breaking changes - TS only
- We added the
tool_call_idmandatory type ontoolmessages. This has no impact on runtime but should be added to pass type checking (https://github.com/mistralai/client-js/pull/76).
Full Changelog: https://github.com/mistralai/client-js/compare/0.2.0...0.3.0