fix(agents): update SUBAGENT_SPAWN_ACCEPTED_NOTE to clarify response type

This commit is contained in:
Tyler Yust
2026-02-18 16:57:13 -08:00
parent e426a9bb6f
commit c2b6f099c6

View File

@@ -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";