removed wrapper which overwrote the guardrailResponse value incorrectly

This commit is contained in:
= 2025-09-18 12:05:38 -07:00
parent e733b619db
commit c1963f7f02

View file

@ -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,