Skip to content

Commit fc96991

Browse files
authored
Fixed Python syntax
1 parent f976349 commit fc96991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ The `agent.as_tool` function is a convenience method to make it easy to turn an
266266
```python
267267
@function_tool
268268
async def run_my_agent() -> str:
269-
"""A tool that runs the agent with custom configs".
269+
"""A tool that runs the agent with custom configs"""
270270

271271
agent = Agent(name="My agent", instructions="...")
272272

0 commit comments

Comments
 (0)