ClassAIPromptOutputItemDescriptor
Class
The class that describes the output of the AI Prompt.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class AIPromptOutputItemDescriptor
Inheritance: objectAIPromptOutputItemDescriptor
Constructors
AIPromptOutputItemDescriptor()
Declaration
cs-api-definition
public AIPromptOutputItemDescriptor()
Properties
CommandId
Defines the CommandId of the output. This property is populated only if the output is related to a command execution.
Output
Defines the output from the request.
Prompt
Defines the prompt of the output. This property is populated only if the output is related to a prompt request.
Rating
Defines the rating of the output.
Declaration
cs-api-definition
public AIPromptOutputRatingType? Rating { get; set; }
Property Value
Retried
Defines whether the output is a retry.
Subtitle
Defines the SubTitle of the output.