Enum AgentGatekeeperOverrideOption
- Namespace
- FoundationaLLM.Common.Models.Conversation
- Assembly
- FoundationaLLM.Common.dll
Gatekeeper override options expressed by an agent.
public enum AgentGatekeeperOverrideOption
- Extension Methods
Fields
MustBypass = 1
The agent requires an explicit bypass of the Gatekeeper, regardless of the system option.
MustCall = 2
The agent requires an explicit call to the Gatekeeper, regardless of the system option.
UseSystemOption = 0
The agent deferrs to the system option.