Fix mypy issues

This commit is contained in:
Sameer Kankute 2026-02-04 13:25:21 +05:30
parent 2698c9218c
commit e4c1cfff9d

View file

@ -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,
),