fix(guardrails.py): fix guardrail item typing

This commit is contained in:
Krrish Dholakia 2024-07-11 21:01:56 -07:00
parent 1300223f51
commit 5f5c925efd

View file

@ -19,5 +19,4 @@ litellm_settings:
class GuardrailItem(BaseModel):
callbacks: List[str]
default_on: bool
logging_only: bool
guardrail_name: str