Table of Contents

Class SkillRuntimeConfig

Namespace
JD.AI.Core.Skills
Assembly
JD.AI.Core.dll

Merged runtime skill configuration.

public sealed class SkillRuntimeConfig
Inheritance
SkillRuntimeConfig
Inherited Members

Properties

AllowBundled

public ISet<string> AllowBundled { get; init; }

Property Value

ISet<string>

Entries

public IReadOnlyDictionary<string, SkillEntryConfig> Entries { get; init; }

Property Value

IReadOnlyDictionary<string, SkillEntryConfig>

RootConfig

public JsonNode? RootConfig { get; init; }

Property Value

JsonNode

Watch

public bool Watch { get; init; }

Property Value

bool

WatchDebounceMs

public int WatchDebounceMs { get; init; }

Property Value

int

Methods

GetEntry(string)

public SkillEntryConfig GetEntry(string key)

Parameters

key string

Returns

SkillEntryConfig