PromptOutput
Interface
Defines the interface for the AIPrompt outputs rendered in the Output view.
Definition
Package:@progress/kendo-angular-conversational-ui
Properties
commandId?
string | number
(Optional) Specifies a command id, if the prompt generation is triggered via a command.
id
string | number
Represents the unique identifier of the prompt output.
isRetry?
boolean
Specifies if the prompt generation is initiated with the Retry button.
output
string
Represents the text content of the prompt output.
prompt
string
Represents the prompt that initiates the output generation.
(Optional) Specifies the rating for the prompt output.
title?
string
Specifies an optional custom title for the prompt section.