Class AiPromptSlashCommandRequest
Inheritance
AiPromptSlashCommandRequest
Assembly: Serenity.AiPromptBuilder.Editor.dll
Syntax
public sealed class AiPromptSlashCommandRequest
Constructors
AiPromptSlashCommandRequest(string, string, string, string, IReadOnlyList<string>)
Declaration
public AiPromptSlashCommandRequest(string projectRoot, string commandName, string description, string promptBody, IReadOnlyList<string> targetDisplayNames)
Parameters
Properties
CommandName
Declaration
public string CommandName { get; }
Property Value
Description
Declaration
public string Description { get; }
Property Value
ProjectRoot
Declaration
public string ProjectRoot { get; }
Property Value
PromptBody
Declaration
public string PromptBody { get; }
Property Value
TargetDisplayNames
Declaration
public IReadOnlyList<string> TargetDisplayNames { get; }
Property Value