v2.0.0 - Breaking Changes and Functions #32
CJCrafter
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Unfortunately, due to how
delta
is handled in streams, we were forced to implement breaking changes for ALL users who used streams, and all users who used gson to save their conversations to json. Since this effectively means that all production level users were effected, we decided now was a perfect time to completely recode the API.See the examples for implementations of streams and tools.
Now, instead of using the consumer format, we use a "blocking iterable." This allows very easy syntax:
We also have full support for functions! Try them out.
Beta Was this translation helpful? Give feedback.
All reactions