From 91c3746771fb797094aff61a59f67e8fe4cf6deb Mon Sep 17 00:00:00 2001 From: YutaSaito <36355491+uc4w6c@users.noreply.github.com> Date: Wed, 14 Jan 2026 21:20:16 +0900 Subject: [PATCH] feat: contextual gap checks, word-form digits (#18301) Co-authored-by: Krish Dholakia --- .../guardrail_hooks/litellm_content_filter/content_filter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/content_filter.py b/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/content_filter.py index c4ade2f1a8..32f9d579fb 100644 --- a/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/content_filter.py +++ b/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/content_filter.py @@ -51,6 +51,7 @@ from litellm.types.proxy.guardrails.guardrail_hooks.litellm_content_filter impor ContentFilterDetection, PatternDetection, ) +from .patterns import PATTERN_EXTRA_CONFIG, get_compiled_pattern from .patterns import PATTERN_EXTRA_CONFIG, get_compiled_pattern