Class
AIPromptCommand

A command that is used within the RadAIPrompt to display a pre-defined action/instruction to send to the AI model.

Definition

Constructors

AIPromptCommand()

Declaration

cs-api-definition
public AIPromptCommand()

Properties

Command

Gets or sets the command that is executed when the AIPrompt command is clicked.

Declaration

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

Property Value

ICommand