Skip to content

Commit 47fa8e8

Browse files
authored
Fixed Python syntax (#665)
1 parent 7196862 commit 47fa8e8

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
@@ -270,7 +270,7 @@ The `agent.as_tool` function is a convenience method to make it easy to turn an
270270
```python
271271
@function_tool
272272
async def run_my_agent() -> str:
273-
"""A tool that runs the agent with custom configs".
273+
"""A tool that runs the agent with custom configs"""
274274

275275
agent = Agent(name="My agent", instructions="...")
276276

0 commit comments

Comments
 (0)