Skip to content

ThreadItemActionsOption

type ThreadItemActionsOption = {
feedback?: boolean;
retry?: boolean;
};
optional feedback: boolean;

Whether or not to show the response feedback buttons (thumbs up / thumbs down) in the response view. When the user clicks on one of the buttons, the feedback will be sent to your server where you can handle it.

false;

optional retry: boolean;

Whether or not to show the retry button in the response view. When the user retries a message, server events will be sent to handle removing thread items and begin generation.

false;