Add missing request_kwargs to function call (#11202)

This commit is contained in:
Adnan Alkattan 2025-05-28 20:55:41 +03:00 committed by GitHub
parent 1301cfb06b
commit 18f7316b08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -857,6 +857,7 @@ class Router:
model=model,
messages=messages,
specific_deployment=kwargs.pop("specific_deployment", None),
request_kwargs=kwargs,
)
self._update_kwargs_with_deployment(deployment=deployment, kwargs=kwargs)