From e60af5bd2928e1372951d8cd8da122e5b5e588d2 Mon Sep 17 00:00:00 2001 From: clyang Date: Tue, 7 Apr 2026 12:47:00 +0800 Subject: [PATCH] Modify xecguard script description --- litellm/proxy/guardrails/guardrail_hooks/xecguard/xecguard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/guardrails/guardrail_hooks/xecguard/xecguard.py b/litellm/proxy/guardrails/guardrail_hooks/xecguard/xecguard.py index e42072859d4..20609ab8769 100644 --- a/litellm/proxy/guardrails/guardrail_hooks/xecguard/xecguard.py +++ b/litellm/proxy/guardrails/guardrail_hooks/xecguard/xecguard.py @@ -3,7 +3,7 @@ CyCraft XecGuard guardrail integration for LiteLLM proxy. Covers: - /xecguard/v1/scan – input & response scanning - - /xecguard/v1/grounding – RAG context-grounding verification + - /xecguard/v1/grounding – context-grounding (configure via config.yaml) All three LiteLLM hook points are wired: pre_call -> scan INPUT before the LLM call