ReleaseMistral AIMistral AIpublished May 8, 2024seen 5d

mistralai/client-js 0.2.0

mistralai/client-js

Open original ↗

Captured source

source ↗
published May 8, 2024seen 5dcaptured 13hhttp 200method plain

0.2.0

Repository: mistralai/client-js

Tag: 0.2.0

Published: 2024-05-08T16:42:00Z

Prerelease: no

Release notes:

Breaking changes - TS only

  • The enums ToolType, ResponseFormats and ToolChoice are not exported anymore as they were only exported as type definitions and not usable at runtime. The types should be replaced by the literals directly (#72).

Improvements

  • feat: update fetch configuration logic by @sublimator in https://github.com/mistralai/client-js/pull/66
  • feat: add signal support and fix timeout by @sublimator in https://github.com/mistralai/client-js/pull/68
  • fix: typescript definitions by @sublimator in https://github.com/mistralai/client-js/pull/72

Full Changelog: https://github.com/mistralai/client-js/compare/0.1.3...0.2.0