mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-24 07:01:49 +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 =
|
||||
"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