Merge pull request #3971 from MoerAI/fix/task-examples-add-run-in-background

fix(agents): add run_in_background to category task() examples in prompts (fixes #3960)
This commit is contained in:
YeonGyu-Kim
2026-05-16 18:02:01 +09:00
committed by GitHub
3 changed files with 5 additions and 3 deletions
+1
View File
@@ -381,6 +381,7 @@ When delegating, ALWAYS check if relevant skills should be loaded:
task(
category="visual-engineering",
load_skills=["frontend-ui-ux"],
run_in_background=false,
prompt="1. TASK: Build the settings page... 2. EXPECTED OUTCOME: ..."
)
\`\`\`