ClassInlineAIPromptCommandExecuteEventArgs
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class InlineAIPromptCommandExecuteEventArgs : AIPromptCommandExecuteEventArgsBase
Inheritance: objectAIPromptCommandExecuteEventArgsBaseInlineAIPromptCommandExecuteEventArgs
Constructors
InlineAIPromptCommandExecuteEventArgs()
Declaration
cs-api-definition
public InlineAIPromptCommandExecuteEventArgs()
Properties
OutputItem
If the request is being retried, this property will hold the previous outputed item.
Declaration
cs-api-definition
public InlineAIPromptOutputItemDescriptor OutputItem { get; set; }
Property Value