Skip to content

v0.5.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@oKatanaaa oKatanaaa released this 30 Oct 20:38
· 21 commits to master since this release

Features

  • Function calling API. Now assistant messages may contain function calls. It is useful for gathering data for LLMs with agency (e.g. making your own code interpreter or LLM that supports plugins). You can also use OpenAI API to generate function calls automatically.

Bugfixes

  • on_content_changed callback was called twice when setting data in a message item.