v0.5.1
Pre-release
Pre-release
Features
- Function calling API. Now
assistant
messages may containfunction 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.