New to Kendo UI for Vue? Start a free 30-day trial
AIPromptOutputViewProps
The props of the AIPromptOutputView component.
Name | Type | Default | Description |
---|---|---|---|
onCopy? |
|
Fires each time the user clicks Copy button in the card. | |
onRating? |
|
Fires each time the user clicks a rating button in the card. | |
onRetry? |
|
Fires each time the user clicks Retry button in the card. | |
outputCard? |
|
Represents a template that allows you to define custom Card .It accepts string of a named slot or a render function. The custom fields will override the default one. | |
outputs? |
|
The collection of generated prompt outputs that will be rendered in the Output view. | |
showOutputRating? |
|
|
Specifies if the rating buttons in each card will be rendered. By default, rating buttons are not rendered. |