Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

0.3.0

Compare
Choose a tag to compare
@fuegoio fuegoio released this 23 May 15:45
· 6 commits to main since this release
6d2639e

API changes

  • The field tool_call_id on the tool message will be mandatory in the future. It can be already added to improve the model performance when dealing with tool calls, especially multiple ones (#76).

Breaking changes - TS only

  • We added the tool_call_id mandatory type on tool messages. This has no impact on runtime but should be added to pass type checking (#76).

Full Changelog: 0.2.0...0.3.0