diff --git a/litellm/types/guardrails.py b/litellm/types/guardrails.py index 81cd6e5ecb9..58324742f68 100644 --- a/litellm/types/guardrails.py +++ b/litellm/types/guardrails.py @@ -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):