mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
removed wrapper which overwrote the guardrailResponse value incorrectly
This commit is contained in:
parent
e733b619db
commit
c1963f7f02
1 changed files with 0 additions and 1 deletions
|
|
@ -516,7 +516,6 @@ class BedrockGuardrail(CustomGuardrail, BaseAWSLLM):
|
|||
# This means all actions were ANONYMIZED or NONE, so don't raise exception
|
||||
return False
|
||||
|
||||
@log_guardrail_information
|
||||
async def async_pre_call_hook(
|
||||
self,
|
||||
user_api_key_dict: UserAPIKeyAuth,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue