New to Telerik UI for BlazorStart a free 30-day trial

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class InlineAIPromptCommandExecuteEventArgs : AIPromptCommandExecuteEventArgsBase

Inheritance: objectAIPromptCommandExecuteEventArgsBaseInlineAIPromptCommandExecuteEventArgs

Inherited Members AIPromptCommandExecuteEventArgsBase.CommandAIPromptCommandExecuteEventArgsBase.OutputAIPromptCommandExecuteEventArgsBase.IsCancelled

Constructors

C#
public InlineAIPromptCommandExecuteEventArgs()

Properties

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

C#
public InlineAIPromptOutputItemDescriptor OutputItem { get; set; }