Skip to content

Commit 9e802c0

Browse files
committed
mypy
1 parent b062d67 commit 9e802c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agents/models/openai_responses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def convert_tool_choice(
337337
}
338338
elif tool_choice == "web_search":
339339
return {
340-
"type": "web_search",
340+
"type": "web_search", # type: ignore [typeddict-item]
341341
}
342342
elif tool_choice == "web_search_preview":
343343
return {

0 commit comments

Comments
 (0)