From fc96991c119eab2cbcdac5c7ada51ed45056d4d7 Mon Sep 17 00:00:00 2001 From: Sarmad Gulzar Date: Thu, 8 May 2025 15:19:04 +0500 Subject: [PATCH] Fixed Python syntax --- docs/tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools.md b/docs/tools.md index 5fe2eced..fd59cfb1 100644 --- a/docs/tools.md +++ b/docs/tools.md @@ -266,7 +266,7 @@ The `agent.as_tool` function is a convenience method to make it easy to turn an ```python @function_tool async def run_my_agent() -> str: - """A tool that runs the agent with custom configs". + """A tool that runs the agent with custom configs""" agent = Agent(name="My agent", instructions="...")