fix pass response_api_optional_params

This commit is contained in:
Ishaan Jaff 2025-04-18 16:16:12 -07:00
parent d32b3fd91a
commit abbc468e06

View file

@ -201,7 +201,7 @@ def responses(
return litellm_completion_transformation_handler.response_api_handler(
model=model,
input=input,
responses_api_request=ResponsesAPIOptionalRequestParams(),
responses_api_request=response_api_optional_params,
custom_llm_provider=custom_llm_provider,
_is_async=_is_async,
stream=stream,