We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a2c9d2 commit 327f379Copy full SHA for 327f379
src/strands/tools/registry.py
@@ -54,7 +54,7 @@ def process_tools(self, tools: List[Any]) -> List[str]:
54
"""
55
tool_names = []
56
57
- def add_tool(tool: Any):
+ def add_tool(tool: Any) -> None:
58
# Case 1: String file path
59
if isinstance(tool, str):
60
# Extract tool name from path
0 commit comments