logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class AiPromptSlashCommandRequest

    Everything Install(AiPromptSlashCommandRequest) needs to write one generated prompt as a slash-command file into each selected agent's commands directory.

    Inheritance
    object
    AiPromptSlashCommandRequest
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Serenity.Editor.AiPromptBuilder
    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
    Type Name Description
    string projectRoot
    string commandName
    string description
    string promptBody
    IReadOnlyList<string> targetDisplayNames

    Properties

    CommandName

    Declaration
    public string CommandName { get; }
    Property Value
    Type Description
    string

    Description

    Declaration
    public string Description { get; }
    Property Value
    Type Description
    string

    ProjectRoot

    Declaration
    public string ProjectRoot { get; }
    Property Value
    Type Description
    string

    PromptBody

    Declaration
    public string PromptBody { get; }
    Property Value
    Type Description
    string

    TargetDisplayNames

    Declaration
    public IReadOnlyList<string> TargetDisplayNames { get; }
    Property Value
    Type Description
    IReadOnlyList<string>
    In this article
    © 2026 Serenity. All Rights Reserved