We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e4008 commit 12fed10Copy full SHA for 12fed10
litellm/proxy/guardrails/guardrail_hooks/bedrock_guardrails.py
@@ -372,7 +372,6 @@ async def make_bedrock_api_request(
372
# Add guardrail information to request trace
373
#########################################################
374
self.add_standard_logging_guardrail_information_to_request_data(
375
- guardrail_provider=self.guardrail_provider,
376
guardrail_json_response=response.json(),
377
request_data=request_data or {},
378
guardrail_status=self._get_bedrock_guardrail_response_status(
0 commit comments