Class SkillRuntimeConfig
Merged runtime skill configuration.
public sealed class SkillRuntimeConfig
- Inheritance
-
SkillRuntimeConfig
- Inherited Members
Properties
AllowBundled
public ISet<string> AllowBundled { get; init; }
Property Value
Entries
public IReadOnlyDictionary<string, SkillEntryConfig> Entries { get; init; }
Property Value
RootConfig
public JsonNode? RootConfig { get; init; }
Property Value
Watch
public bool Watch { get; init; }
Property Value
WatchDebounceMs
public int WatchDebounceMs { get; init; }
Property Value
Methods
GetEntry(string)
public SkillEntryConfig GetEntry(string key)
Parameters
keystring