mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-20 08:23:47 +00:00
Fix mypy issues
This commit is contained in:
@@ -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,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user