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 tapped. When this property is null the Text is used to make a request to the AI model, i.e. the PromptRequest event is raised.

Declaration

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

Property Value

ICommand