Skip to content

Commit e040fd1

Browse files
Unshurepgrayy
andauthored
Update src/strands/tools/registry.py
Co-authored-by: Patrick Gray <[email protected]>
1 parent dda2e8c commit e040fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/strands/tools/registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def process_tools(self, tools: List[Any]) -> List[str]:
4141
"""Process tools list.
4242
4343
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
44+
imported modules, @tool decorated functions, or instances of AgentTool.
4545
4646
Args:
4747
tools: List of tool specifications.

0 commit comments

Comments
 (0)