ClassAIPromptCommandGroup
Class
A command that is used within the RadAIPrompt to display pre-defined actions/instructions to send to the AI model.
Definition
Namespace:Telerik.Maui.Controls.AIPrompt
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class AIPromptCommandGroup : AIPromptCommandBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseAIPromptCommandBaseAIPromptCommandGroup
Implements:
Inherited Members
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