mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
docs: Update docs for the subagent tool (#50689)
Adds the actual tool name so people can turn it off if they want. Release Notes: - N/A Co-authored-by: Bennet Bo Fenner <bennetbo@gmx.de> Co-authored-by: MrSubidubi <dev@bahn.sh>
This commit is contained in:
parent
4668dbc83a
commit
007e3ec527
1 changed files with 2 additions and 2 deletions
|
|
@ -91,6 +91,6 @@ Executes shell commands and returns the combined output, creating a new shell pr
|
|||
|
||||
## Other Tools
|
||||
|
||||
### `subagent`
|
||||
### `spawn_agent`
|
||||
|
||||
Spawns a subagent with its own context window to perform a delegated task. Useful for running parallel investigations, completing self-contained tasks, or performing research where only the outcome matters. Each subagent has access to the same tools as the parent agent.
|
||||
Spawns a subagent with its own context window to perform a delegated task. Each subagent has access to the same tools as the parent agent.
|
||||
|
|
|
|||
Loading…
Reference in a new issue