Skip to content

Commit 12fed10

Browse files
committed
Update bedrock_guardrails.py
1 parent 77e4008 commit 12fed10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

litellm/proxy/guardrails/guardrail_hooks/bedrock_guardrails.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,6 @@ async def make_bedrock_api_request(
372372
# Add guardrail information to request trace
373373
#########################################################
374374
self.add_standard_logging_guardrail_information_to_request_data(
375-
guardrail_provider=self.guardrail_provider,
376375
guardrail_json_response=response.json(),
377376
request_data=request_data or {},
378377
guardrail_status=self._get_bedrock_guardrail_response_status(

0 commit comments

Comments
 (0)