mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
feat(guardrails): add LLM_AS_A_JUDGE to SupportedGuardrailIntegrations
This commit is contained in:
parent
c81342e3c2
commit
9572d4e1a0
1 changed files with 1 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue