Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .changeset/hungry-brooms-listen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'@openai/chatkit-react': minor
---

- Add `onToolChange` to `UseChatKitOptions`.
- Expose `showHistory()` and `hideHistory()` 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.
10 changes: 10 additions & 0 deletions .changeset/tidy-students-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'@openai/chatkit': minor
---

- Add a `chatkit.tool.change` event for tool selection updates.
- Expose `showHistory()` and `hideHistory()` 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.