ThreadItemActionsOption
type ThreadItemActionsOption = { feedback?: boolean; retry?: boolean;};
Properties
Section titled “Properties”feedback?
Section titled “feedback?”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.
Default
Section titled “Default”false;
retry?
Section titled “retry?”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.
Default
Section titled “Default”false;