Class
AIPromptCommandExecuteEventArgsBase

Definition

Namespace:Telerik.Blazor.Components.Common.AIPrompt

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class AIPromptCommandExecuteEventArgsBase

Inheritance: objectAIPromptCommandExecuteEventArgsBase

Derived Classes: AIPromptCommandExecuteEventArgsInlineAIPromptCommandExecuteEventArgs

Constructors

AIPromptCommandExecuteEventArgsBase()

Declaration

cs-api-definition
public AIPromptCommandExecuteEventArgsBase()

Properties

Command

The command to be executed.

Declaration

cs-api-definition
public AIPromptCommandDescriptorBase Command { get; set; }

Property Value

AIPromptCommandDescriptorBase

IsCancelled

Can cancel the request event.

Declaration

cs-api-definition
public bool IsCancelled { get; set; }

Property Value

bool

Output

Output should be populated by the user of the component.

Declaration

cs-api-definition
public string Output { get; set; }

Property Value

string

OutputItem

If the request is being retried, this property will hold the previous outputed item.

Declaration

cs-api-definition
public AIPromptOutputItemDescriptorBase OutputItem { get; set; }

Property Value

AIPromptOutputItemDescriptorBase