Plan a multi-job batch (saves reasoning passes)
batch_planPlan up to 10 job applications at once by clustering similar roles and checking cached content. Identifies exactly which jobs need fresh tailored content before writing.
Instructions
Plan up to 10 jobs at once. Deterministically clusters jobs by keyword similarity and checks a cross-session cache, then tells you EXACTLY which jobs need fresh TailoredContent. Similar roles share one reasoning pass — write content only for the listed indices, then call batch_render once. Call this BEFORE writing any content for a multi-job request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobs | Yes | ||
| useCache | No | Reuse content cached from previous sessions (default true) | |
| threshold | No | Similarity 0-1 above which jobs share content (default 0.65) |