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 916c9ff commit 37c2725Copy full SHA for 37c2725
docs/tools.md
@@ -270,7 +270,7 @@ The `agent.as_tool` function is a convenience method to make it easy to turn an
270
```python
271
@function_tool
272
async def run_my_agent() -> str:
273
- """A tool that runs the agent with custom configs".
+ """A tool that runs the agent with custom configs"""
274
275
agent = Agent(name="My agent", instructions="...")
276
0 commit comments