Skip to content

Commit d732a97

Browse files
committed
Update spawn agents description to make it clear the agents run in parallel (and how to instead run the sequentially)
1 parent ccdf433 commit d732a97

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

common/src/tools/params/tool/spawn-agents.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ export const spawnAgentsParams = {
2020
})
2121
.array(),
2222
})
23-
.describe(`Spawn multiple agents and send a prompt to each of them.`),
23+
.describe(
24+
`Spawn multiple agents and send a prompt and/or parameters to each of them. These agents will run in parallel. Note that that means they will run independently. If you need to run agents sequentially, use spawn_agents with one agent at a time instead.`,
25+
),
2426
} satisfies ToolParams

0 commit comments

Comments
 (0)