finalize_review
Process AI review decisions to update paper statuses, append selected papers to your library, and generate formatted push notifications for automated distribution.
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 |
|---|---|---|---|
| selections | Yes | JSON string with review decisions, e.g. '[{"index": 1, "action": "push", "tldr": "..."}, ...]' | |
| is_final | No | True for final review (no discard allowed, only push/overflow) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |