Skip to content

FoundryHarnessFeatureEffectiveState

NexusLabs.Foundry.MicrosoftAgentFramework.Harness.Bundle

FoundryHarnessFeatureEffectiveState Enum

Describes what will actually happen for a single FoundryHarnessFeature dimension once the upstream bundle agent is constructed.

public enum FoundryHarnessFeatureEffectiveState

Fields

Disabled 0

The dimension will be disabled (or, for opt-in dimensions, will not be included).

Enabled 1

The dimension will be enabled.

AlwaysOnUnavoidable 2

The upstream bundle unconditionally enables this dimension and provides no supported way to disable it. Reported explicitly so callers are never told a default is disabled when the upstream package cannot actually disable it.