Releases: openai/chatkit-js
Releases · openai/chatkit-js
@openai/chatkit@1.6.0
Minor Changes
- 8486dbd: Add
chatkit.deeplinkevent
@openai/chatkit-react@1.5.0
@openai/chatkit@1.5.0
Minor Changes
- ec7afe0: Add composer.dictation option for composer voice input; disabled by default.
@openai/chatkit-react@1.4.3
Patch Changes
- Updated dependencies [ec7afe0]
- @openai/chatkit@1.5.0
@openai/chatkit@1.4.0
Minor Changes
- aa31766: Add entities.showComposerMenu option that renders an entity tag search trigger button in the composer.
@openai/chatkit-react@1.4.2
Patch Changes
- Updated dependencies [aa31766]
- @openai/chatkit@1.4.0
@openai/chatkit@1.3.0
Minor Changes
- 546f1d0: - Add support for Lucide icons via icon names with the
lucide:prefix- Add a
frameTitleoption
- Add a
@openai/chatkit-react@1.4.1
Patch Changes
- Updated dependencies [546f1d0]
- @openai/chatkit@1.3.0
@openai/chatkit@1.2.0
Minor Changes
- 19fb9ec:
- Add a
chatkit.tool.changeevent for tool selection updates. - Expose
showHistory()andhideHistory()methods on the ChatKit web component. - Support entity tags in start screen prompts.
- Update the
setComposerValue()method to accept rich-content segments, optional tool/model selection, and a file list for queued attachments (content,selectedToolId,selectedModelId,files). - Update the
sendUserMessage()method to accept rich-content segments plus inference options (content,toolChoice,model). - Expand the supported icon set.
- Add a
@openai/chatkit-react@1.4.0
Minor Changes
- 19fb9ec:
- Add
onToolChangetoUseChatKitOptions. - Expose
showHistory()andhideHistory()methods. - Support entity tags in start screen prompts.
- Update the
setComposerValue()method to accept rich-content segments, optional tool/model selection, and a file list for queued attachments (content,selectedToolId,selectedModelId,files). - Update the
sendUserMessage()method to accept rich-content segments plus inference options (content,toolChoice,model). - Expand the supported icon set.
- Add
Patch Changes
- Updated dependencies [19fb9ec]
- @openai/chatkit@1.2.0