Skip to content

Commit c6aeded

Browse files
committed
revert pydantic_ai_slim/pydantic_ai/_tool_manager.py to main
1 parent 5c22d15 commit c6aeded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydantic_ai_slim/pydantic_ai/_tool_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ async def _call_tool(
156156
else:
157157
args_dict = validator.validate_python(call.args or {}, allow_partial=pyd_allow_partial)
158158

159-
result = await self.toolset.call_tool(name, args_dict, ctx, tool, allow_partial=allow_partial)
159+
result = await self.toolset.call_tool(name, args_dict, ctx, tool)
160160

161161
return result
162162
except (ValidationError, ModelRetry) as e:

0 commit comments

Comments
 (0)