FoundryHarnessFeatureRequestedState
NexusLabs.Foundry.MicrosoftAgentFramework.Harness.Bundle¶
FoundryHarnessFeatureRequestedState Enum¶
Describes what a caller explicitly asked for regarding a single FoundryHarnessFeature dimension.
Fields¶
NotConfigurable 0
The dimension is not configurable through FoundryHarnessAgentConfiguration; no request is possible.
NotRequested 1
The dimension is configurable but the caller did not opt into it (an opt-in feature left at its "not supplied" value, such as an omitted store or evaluator collection).
RequestedEnabled 2
The caller explicitly requested this dimension be enabled.
RequestedDisabled 3
The caller explicitly requested this dimension be disabled.