Class AIPromptCommandGroup
A command that is used within the RadAIPrompt to display pre-defined actions/instructions to send to the AI model.
Inherited Members
Namespace: Telerik.Maui.Controls.AIPrompt
Assembly: Telerik.Maui.Controls.dll
Syntax
public class AIPromptCommandGroup : AIPromptCommandBase, INotifyPropertyChanged
Constructors
AIPromptCommandGroup()
Declaration
public AIPromptCommandGroup()
Properties
Commands
Gets or sets the commands.
Declaration
public IList<AIPromptCommandBase> Commands { get; set; }
Property Value
System.Collections.Generic.IList<AIPromptCommandBase>
|