mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 20:24:33 +00: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 =
|
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 = {
|
export type SpawnSubagentResult = {
|
||||||
status: "accepted" | "forbidden" | "error";
|
status: "accepted" | "forbidden" | "error";
|
||||||
|
|||||||
Reference in New Issue
Block a user