Add missing request_kwargs to function call (#11202)

This commit is contained in:
Adnan Alkattan
2025-05-28 10:55:41 -07:00
committed by GitHub
parent 1301cfb06b
commit 18f7316b08
+1
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)