Releases: openai/chatkit-python
Releases · openai/chatkit-python
v1.1.2
v1.1.1
v1.1.0
- Fix thread persistence (store now receives
ThreadMetadatacorrectly). - Drop Python 3.11-only features. Now works cleanly on Python 3.10.
- Allow the
payloadfield onActionto be undefined by defaulting toNone
Breaking:
- Restrict the
iconfield onCustomSummary,CustomTask, andEntitySourcetypes toIconName(previouslystr). - Update all
ThreadItemConvertermethods to be asynchronous.
v1.0.2
- Loosen the type of
chatkit.agents.ClientToolCall.argumentsfromdict[str, str]todict[str, Any].ClientToolCall.argumentscan be any JSON serializable object.
v1.0.1
Initial release
Merge pull request #14 from openai/jiwon/bump-version 1.0.0 version bump