New to Telerik UI for .NET MAUIStart a free 30-day trial

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

Definition

Constructors

C#
public AIPromptCommandGroup()

Properties

Gets or sets the commands.

C#
public IList<AIPromptCommandBase> Commands { get; set; }