Template Source

Raw prompt template from packages/coding-agent/src/prompts/tools/async-result.md.

<system-notice>
{{#if multiple}}{{jobs.length}} background jobs have completed. Resume your work using the results below.
 
{{else}}Background job {{jobs.[0].jobId}} has completed. Resume your work using the result below.
{{/if}}{{#each jobs}}{{#if @root.multiple}}── Job {{this.jobId}}{{#if this.label}} ({{this.label}}){{/if}} ──
{{/if}}{{this.result}}{{#unless @last}}
{{/unless}}{{/each}}
</system-notice>