Skip to content

Commit 787c0dd

Browse files
committed
feat(tools): refactor Annotated metadata extraction in decorator
1 parent bdea552 commit 787c0dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/strands/tools/decorator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ def __init__(self, func: Callable[..., Any], context_param: str | None = None) -
102102
"""
103103
self.func = func
104104
self.signature = inspect.signature(func)
105-
# include_extras=True is key for reading Annotated metadata
106105
self.type_hints = get_type_hints(func, include_extras=True)
107106
self._context_param = context_param
108107

0 commit comments

Comments
 (0)