Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class InlineAIPromptCommandExecuteEventArgs : AIPromptCommandExecuteEventArgsBase
Inheritance: objectAIPromptCommandExecuteEventArgsBaseInlineAIPromptCommandExecuteEventArgs
Inherited Members
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; }