Skip to content

v1.1.0

Choose a tag to compare

@danwang-oai danwang-oai released this 03 Nov 22:49
· 4 commits to main since this release
a6c216b
  • 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.