mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
transform_responses_api_request
This commit is contained in:
parent
af8e917eb0
commit
55115bf520
2 changed files with 6 additions and 4 deletions
|
@ -97,7 +97,7 @@ class BaseResponsesAPIConfig(ABC):
|
|||
response_api_optional_request_params: Dict,
|
||||
litellm_params: GenericLiteLLMParams,
|
||||
headers: dict,
|
||||
) -> ResponsesAPIRequestParams:
|
||||
) -> Dict:
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue