Class AiPromptAgentSkillsStatus
Inheritance
AiPromptAgentSkillsStatus
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
Properties
DisplayName
Declaration
public string DisplayName { get; }
Property Value
InstalledSkillNames
Declaration
public IReadOnlyList<string> InstalledSkillNames { get; }
Property Value
IsAgentDirectoryPresent
Declaration
public bool IsAgentDirectoryPresent { get; }
Property Value
MissingSkillNames
Declaration
public IReadOnlyList<string> MissingSkillNames { get; }
Property Value