1.2.0
While developing the AgentKit library, we realised that some API changes were required to make the life of developers easier.
-
Historyis not a type alias of[Message]anymore. It is promoted to its ownHistorytop-level struct.
All functions using[Messages]in their signature are marked deprecated and we have added new functions signatures withHistory. -
ConverseRequestBuilderis nowSendable. It allows user to pass it between isolation boundaries.
We took the occasion to iron out the JSON structure as well. It doesn't use Any (which is unsafe) anymore.
What's Changed
- Try to fix compiler crash when running JSONTest by @sebsto in #44
- [fix] JSON encoding did not remove the top level "value" by @sebsto in #45
- API Changes to create AgentKit by @sebsto in #46
Full Changelog: 1.1.1...1.2.0