We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11654ed commit 1542f5cCopy full SHA for 1542f5c
pydantic_ai_slim/pydantic_ai/models/openai.py
@@ -2270,7 +2270,8 @@ def _map_web_search_tool_call(
2270
2271
def _map_file_search_tool_call( # pragma: no cover
2272
# File Search Tool mapping - only called from API-dependent response processing paths
2273
- item: responses.ResponseFileSearchToolCall, provider_name: str
+ item: responses.ResponseFileSearchToolCall,
2274
+ provider_name: str,
2275
) -> tuple[BuiltinToolCallPart, BuiltinToolReturnPart]:
2276
args: dict[str, Any] | None = None
2277
0 commit comments