get_policy_gate
Check active runtime policy gates, including model allowlist and blocking of PII or secrets. Review enforcement mode and enabled status to control LLM call constraints.
Instructions
Get the runtime policy gate settings (runtime control plane Phase 2). Response = { policy: { id, modelAllowlist, blockPii, blockSecrets, enforceMode, enabled, ... } | null }. The config the SDK's policyGate opt-in evaluates locally before each LLM call (exact-match model allowlist + blocking on PII / secret detection). Example phrasing: "what model restrictions are active right now?" / "is PII blocking enabled?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||