mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
Update litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/content_filter.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
9084fdeeb4
commit
ae0ffdf5a6
1 changed files with 1 additions and 1 deletions
|
|
@ -1084,7 +1084,7 @@ class ContentFilterGuardrail(CustomGuardrail):
|
|||
self,
|
||||
keyword: str,
|
||||
action: ContentFilterAction,
|
||||
description: str,
|
||||
description: Optional[str],
|
||||
text: str,
|
||||
detections: Optional[List[ContentFilterDetection]],
|
||||
) -> str:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue