mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Fix mypy issues
This commit is contained in:
parent
2698c9218c
commit
e4c1cfff9d
1 changed files with 1 additions and 1 deletions
|
|
@ -616,7 +616,7 @@ def responses(
|
|||
tools = cast(
|
||||
Optional[Iterable[ToolParam]],
|
||||
update_responses_tools_with_model_file_ids(
|
||||
tools=tools,
|
||||
tools=cast(Optional[List[Dict[str, Any]]], tools),
|
||||
model_id=model_info_id,
|
||||
model_file_id_mapping=model_file_id_mapping,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue