New to Kendo UI for Angular? Start a free 30-day trial
PromptOutput
Defines the interface for the AIPrompt outputs rendered in the Output view.
Name | Type | Default | Description |
---|---|---|---|
commandId? |
|
(Optional) Specifies a command id, if the prompt generation is triggered via a command. | |
id |
|
Represents the unique identifier of the prompt output. | |
isRetry? |
|
Specifies if the prompt generation is initiated with the Retry button. | |
output |
|
Represents the text content of the prompt output. | |
prompt |
|
Represents the prompt that initiates the output generation. | |
rating? |
|
(Optional) Specifies the rating for the prompt output. | |
title? |
|
Specifies an optional custom title for the prompt section. |