Skip to content

Releases: openai/chatkit-python

v1.1.2

07 Nov 22:15
5c528d0

Choose a tag to compare

  • IconName and WidgetIcon support vendor: prefixed icon names

v1.1.1

06 Nov 21:34
22ffc00

Choose a tag to compare

  • Fix chatkit.__version__ to correctly read openai-chatkit metadata

v1.1.0

03 Nov 22:49
a6c216b

Choose a tag to compare

  • Fix thread persistence (store now receives ThreadMetadata correctly).
  • Drop Python 3.11-only features. Now works cleanly on Python 3.10.
  • Allow the payload field on Action to be undefined by defaulting to None

Breaking:

  • Restrict the icon field on CustomSummary, CustomTask, and EntitySource types to IconName (previously str).
  • Update all ThreadItemConverter methods to be asynchronous.

v1.0.2

09 Oct 21:28
a231f62

Choose a tag to compare

  • Loosen the type of chatkit.agents.ClientToolCall.arguments from dict[str, str] to dict[str, Any]. ClientToolCall.arguments can be any JSON serializable object.

v1.0.1

08 Oct 21:50
701dd0c

Choose a tag to compare

  • EntitySource includes an optional data dict that will be piped through onClick and onRequestPreview client-side callbacks

Initial release

08 Oct 18:14
590b7b1

Choose a tag to compare

Merge pull request #14 from openai/jiwon/bump-version

1.0.0 version bump