prepare_summarize
Generate a summarization prompt for unsummarized papers, specifying who should process it to reduce token costs.
Instructions
Generate a summarization prompt for unsummarized papers in today's batch.
Returns a dict with:
prompt: the summarization prompt (structured fields to extract)
summarizer: who should process this prompt ("self", agent name, or API URL)
paper_count: how many papers need summarizing
If summarizer is NOT "self", the calling agent should delegate this prompt to the specified agent or API instead of processing it directly. This can save significant token costs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| custom_focus | No | Optional custom screening criteria to include |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||