mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-21 19:15:47 +00:00
fix(subagent): update SUBAGENT_SPAWN_ACCEPTED_NOTE for clarity on auto-announcement behavior
This commit is contained in:
parent
f07bb8e8fc
commit
b2acfd606a
1 changed files with 2 additions and 1 deletions
|
|
@ -39,7 +39,8 @@ export type SpawnSubagentContext = {
|
|||
requesterAgentIdOverride?: string;
|
||||
};
|
||||
|
||||
export const SUBAGENT_SPAWN_ACCEPTED_NOTE = "auto-announces on completion, do not poll";
|
||||
export const SUBAGENT_SPAWN_ACCEPTED_NOTE =
|
||||
"auto-announces on completion, do not poll/sleep. The response will be sent back as a user message.";
|
||||
|
||||
export type SpawnSubagentResult = {
|
||||
status: "accepted" | "forbidden" | "error";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue