feat: Add headers to VLLM Passthrough requests [Log success Events] (#16532)

This commit is contained in:
Lucas Sugi 2025-11-13 00:46:34 -03:00 committed by GitHub
parent 491f57a349
commit e1c607e22a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -521,6 +521,7 @@ class HttpPassThroughEndpointHelpers(BasePassthroughUtils):
"url": str(request.url),
"method": request.method,
"body": copy.copy(_parsed_body), # use copy instead of deepcopy
"headers": request.headers,
},
},
"call_type": "pass_through_endpoint",