Skip to content

Commit ef1a696

Browse files
add missing property decorator
debugging this was annoying
1 parent c084523 commit ef1a696

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pydantic_ai_slim/pydantic_ai/tools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@ def single_string_argument_name(self) -> str | None:
568568
return None
569569
return property_name
570570

571+
@property
571572
def defer(self) -> bool:
572573
"""Whether calls to this tool will be deferred.
573574

0 commit comments

Comments
 (0)