autofill_emit
Scans a cluster's notes for TODO placeholders and emits a JSON autofill prompt to be used by autofill_apply for filling paper note bodies.
Instructions
Build an autofill prompt for paper notes with TODO bodies. Emits the JSON prompt for autofill_apply. When to use: after ingest creates notes with abstracts but TODO content. When NOT to use: to write AI output; use autofill_apply instead. Args: cluster_slug: cluster whose notes are scanned for TODO placeholders. Returns: keys prompt, paper_count, error. Example: >>> autofill_emit("my-topic") {"paper_count": 3}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cluster_slug | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||