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 500d01a commit 69d3910Copy full SHA for 69d3910
src/strands/tools/decorator.py
@@ -36,7 +36,7 @@ def my_tool(param1: str, param2: int = 42) -> dict:
36
}
37
38
agent = Agent(tools=[my_tool])
39
- agent.my_tool(param1="hello", param2=123)
+ agent.tool.my_tool(param1="hello", param2=123)
40
```
41
"""
42
0 commit comments