Skip to content

Commit 3b51969

Browse files
docs: fix spelling mistake in tools.mdx (#621)
1 parent fdb27a1 commit 3b51969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/content/docs/guides/tools.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Under the hood the SDK:
8585
- Runs the sub‑agent with that input when the tool is called.
8686
- Returns either the last message or the output extracted by `customOutputExtractor`.
8787

88-
When you run an agent as a tool, Agents SDK creates a runner with the defualt settings and run the agent with it within the function execution. If you want to provide any properties of `runConfig` or `runOptions`, you can pass them to the `asTool()` method to customize the runner's behavior.
88+
When you run an agent as a tool, Agents SDK creates a runner with the default settings and run the agent with it within the function execution. If you want to provide any properties of `runConfig` or `runOptions`, you can pass them to the `asTool()` method to customize the runner's behavior.
8989

9090
---
9191

0 commit comments

Comments
 (0)