Class
AIPromptCommandGroup

A command that is used within the RadAIPrompt to display pre-defined actions/instructions to send to the AI model.

Definition

Constructors

AIPromptCommandGroup()

Declaration

cs-api-definition
public AIPromptCommandGroup()

Properties

Commands

Gets or sets the commands.

Declaration

cs-api-definition
public IList<AIPromptCommandBase> Commands { get; set; }

Property Value

IList<AIPromptCommandBase>