We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f976349 commit fc96991Copy full SHA for fc96991
docs/tools.md
@@ -266,7 +266,7 @@ The `agent.as_tool` function is a convenience method to make it easy to turn an
266
```python
267
@function_tool
268
async def run_my_agent() -> str:
269
- """A tool that runs the agent with custom configs".
+ """A tool that runs the agent with custom configs"""
270
271
agent = Agent(name="My agent", instructions="...")
272
0 commit comments