finalize_review
Process AI review decisions to update paper statuses and generate push output. Supports final reviews with no discard option.
Instructions
Process AI review decisions, update pool, and generate push output.
Takes the AI's review response (JSON with push/overflow/discard decisions), updates paper statuses in the pool, appends pushed papers to papers.jsonl, and returns formatted push message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| is_final | No | True for final review (no discard allowed, only push/overflow) | |
| selections | Yes | JSON string with review decisions, e.g. '[{"index": 1, "action": "push", "tldr": "..."}, ...]' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |