Skip to content
Merged
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
4 changes: 2 additions & 2 deletions packages/chatkit/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export type StartScreenOption = {
export type WidgetsOption = {
/**
* Called when a widget action is triggered.
* See https://openai.github.io/chatkit/guides/widget-actions/ for details.
* See https://openai.github.io/chatkit-js/guides/widget-actions/ for details.
*/
onAction?: (
action: { type: string; payload?: Record<string, unknown> },
Expand Down Expand Up @@ -791,7 +791,7 @@ export interface OpenAIChatKit extends HTMLElement {

/**
* Sends a custom application-defined action to your backend.
* See https://openai.github.io/chatkit/guides/widget-actions/ for more details.
* See https://openai.github.io/chatkit-js/guides/widget-actions/ for more details.
*/
sendCustomAction(
action: { type: string; payload?: Record<string, unknown> },
Expand Down