Update litellm/proxy/utils.py

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Srikanth @adobe 2026-03-13 20:04:47 -07:00 committed by GitHub
parent de6494d86f
commit f96681495f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2027,7 +2027,7 @@ class ProxyLogging:
try:
end_time = datetime.now(timezone.utc)
await _callback.async_post_guardrail_log_success_event(
kwargs=kwargs,
kwargs=dict(kwargs),
response_obj=response,
start_time=start_time,
end_time=end_time,