Skip to content

Commit 6a47839

Browse files
committed
Addressing more comments
1 parent 4a4820c commit 6a47839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydantic_ai_slim/pydantic_ai/models/openai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ def _get_builtin_tools(self, model_request_parameters: ModelRequestParameters) -
12521252
server_label=tool.id,
12531253
require_approval='never',
12541254
)
1255-
if tool.authorization_token: # pragma: no cover
1255+
if tool.authorization_token:
12561256
mcp_tool['authorization'] = tool.authorization_token
12571257
if tool.allowed_tools:
12581258
mcp_tool['allowed_tools'] = tool.allowed_tools

0 commit comments

Comments
 (0)