fix(prompts): add missing run_in_background and load_skills params to examples

All delegate_task examples now include required parameters to prevent
model confusion about parameter omission.

Fixes #1403
This commit is contained in:
YeonGyu-Kim
2026-02-03 10:50:26 +09:00
parent 713df6b0a5
commit 817fc208b8
9 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -214,7 +214,7 @@ Parallel Speedup: ~40% faster than sequential
| Wave | Tasks | Recommended Agents |
|------|-------|-------------------|
| 1 | 1, 5 | delegate_task(category="...", load_skills=[...], run_in_background=true) |
| 1 | 1, 5 | delegate_task(category="...", load_skills=[...], run_in_background=false) |
| 2 | 2, 3, 6 | dispatch parallel after Wave 1 completes |
| 3 | 4 | final integration task |