2025-12-17 00:38:38 +09:00
|
|
|
export const BACKGROUND_TASK_DESCRIPTION = `Run agent task in background. Returns task_id immediately; notifies on completion.
|
2025-12-11 16:04:27 +09:00
|
|
|
|
2025-12-17 00:38:38 +09:00
|
|
|
Use \`background_output\` to get results. Prompts MUST be in English.`
|
2025-12-11 16:04:27 +09:00
|
|
|
|
2025-12-17 00:38:38 +09:00
|
|
|
export const BACKGROUND_OUTPUT_DESCRIPTION = `Get output from background task. System notifies on completion, so block=true rarely needed.`
|
2025-12-11 16:04:27 +09:00
|
|
|
|
2025-12-17 00:38:38 +09:00
|
|
|
export const BACKGROUND_CANCEL_DESCRIPTION = `Cancel running background task(s). Use all=true to cancel ALL before final answer.`
|