diff --git a/src/agents/subagent-spawn.ts b/src/agents/subagent-spawn.ts index 00d9beaf88e..f14e9e50efc 100644 --- a/src/agents/subagent-spawn.ts +++ b/src/agents/subagent-spawn.ts @@ -41,7 +41,7 @@ export type SpawnSubagentContext = { }; export const SUBAGENT_SPAWN_ACCEPTED_NOTE = - "auto-announces on completion, do not poll/sleep. The response will be sent back as an agent message."; + "auto-announces on completion, do not poll/sleep. The response will be sent back as an user message."; export type SpawnSubagentResult = { status: "accepted" | "forbidden" | "error";