logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class AiPromptAgentSkillsStatus

    One agent's skill-installation status, as inspected by Inspect(string).

    Inheritance
    object
    AiPromptAgentSkillsStatus
    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 AiPromptAgentSkillsStatus

    Constructors

    AiPromptAgentSkillsStatus(string, bool, IReadOnlyList<string>, IReadOnlyList<string>)

    Declaration
    public AiPromptAgentSkillsStatus(string displayName, bool isAgentDirectoryPresent, IReadOnlyList<string> installedSkillNames, IReadOnlyList<string> missingSkillNames)
    Parameters
    Type Name Description
    string displayName
    bool isAgentDirectoryPresent
    IReadOnlyList<string> installedSkillNames
    IReadOnlyList<string> missingSkillNames

    Properties

    DisplayName

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

    InstalledSkillNames

    Declaration
    public IReadOnlyList<string> InstalledSkillNames { get; }
    Property Value
    Type Description
    IReadOnlyList<string>

    IsAgentDirectoryPresent

    Declaration
    public bool IsAgentDirectoryPresent { get; }
    Property Value
    Type Description
    bool

    MissingSkillNames

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