InlineAIPromptOutput
Interface
Describes the output returned for a prompt.
Definition
Package:@progress/kendo-angular-conversational-ui
Properties
commandId?
string | number
The command ID if the prompt generation is triggered by a command.
id
string | number
The unique identifier for the output.
output
string
The generated text content.
prompt
string
The prompt that starts the output generation.