New to Kendo UI for Angular? Start a free 30-day trial
PromptOutput
An interface for the AIPrompt outputs rendered in the Output View.
Name | Type | Default | Description |
---|---|---|---|
commandId? |
|
Optionally specifies a command id, if the prompt generation was triggered via a command. | |
id |
|
The unique identifier of the prompt output. | |
isRetry? |
|
Specifies if the prompt generation was initiated via the retry button. | |
output |
|
The text content of the prompt output. | |
prompt |
|
The prompt that initiated the output generation. | |
rating? |
|
Optionally specifies the rating for the prompt output. | |
title? |
|
An optional custom title for the prompt section. |