mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-03 03:03:24 -04:00
fix(agents): update SUBAGENT_SPAWN_ACCEPTED_NOTE to clarify response type
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user