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 dda2e8c commit e040fd1Copy full SHA for e040fd1
src/strands/tools/registry.py
@@ -41,7 +41,7 @@ def process_tools(self, tools: List[Any]) -> List[str]:
41
"""Process tools list.
42
43
Process list of tools that can contain local file path string, module import path string,
44
- imported modules,@tool decorated functions, or instances of AgentTool
+ imported modules, @tool decorated functions, or instances of AgentTool.
45
46
Args:
47
tools: List of tool specifications.
0 commit comments