docs: simplify fanout_dispatch prompt guideline wording
This commit is contained in:
parent
246af50c08
commit
f7f9dca6b2
2
index.ts
2
index.ts
|
|
@ -51,7 +51,7 @@ export default function (pi: ExtensionAPI) {
|
|||
promptGuidelines: [
|
||||
"Use fanout_dispatch to run multiple agents in parallel without blocking the main session.",
|
||||
"After dispatching, you may do other work. Check status later with fanout_status.",
|
||||
"When jobs complete, the system will send a follow-up message. Retrieve output with fanout_collect.",
|
||||
"When jobs complete, the system will notify you. Retrieve output with fanout_collect.",
|
||||
],
|
||||
|
||||
execute: async (
|
||||
|
|
|
|||
Reference in New Issue