feat(guardrails): add LLM_AS_A_JUDGE to SupportedGuardrailIntegrations

This commit is contained in:
Ishaan Jaffer 2026-04-23 15:18:15 -07:00
parent c81342e3c2
commit 9572d4e1a0
No known key found for this signature in database

View file

@ -91,6 +91,7 @@ class SupportedGuardrailIntegrations(Enum):
BLOCK_CODE_EXECUTION = "block_code_execution"
AKTO = "akto"
MCP_JWT_SIGNER = "mcp_jwt_signer"
LLM_AS_A_JUDGE = "llm_as_a_judge"
class Role(Enum):