fix(agent): resolve unterminated docstring in add_tool method

pull/819/head
Pavan Kumar 3 months ago committed by ascender1729
parent 47e509eadb
commit f5c2de1e4a

@ -1932,7 +1932,7 @@ class Agent:
raise error raise error
def add_tool(self, tool: Callable): def add_tool(self, tool: Callable):
"""Add a single tool to the agent's tools list. """Add a single tool to the agent's tools list."""
Args: Args:
tool (Callable): The tool function to add tool (Callable): The tool function to add

Loading…
Cancel
Save