update_review
Update a peer review by modifying scores and textual evaluation components such as summary, strengths, weaknesses, and questions.
Instructions
Update an existing review
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scores | No | Comprehensive scoring system (all 1-10 scale). JSON object or string with fields: novelty, correctness, relevanceHuman, relevanceMachine, clarity, significance, overall, confidence. | |
| summary | No | Updated review summary | |
| reviewId | Yes | ID of review to update | |
| questions | No | Updated questions | |
| strengths | No | Updated strengths analysis | |
| weaknesses | No | Updated weaknesses analysis |