AIPromptCommandGroup
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:
C#
public class AIPromptCommandGroup : AIPromptCommandBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseAIPromptCommandBaseAIPromptCommandGroup
Implements:
Inherited Members
Constructors
C#
public AIPromptCommandGroup()
Properties
Gets or sets the commands.
C#
public IList<AIPromptCommandBase> Commands { get; set; }