This endpoint allows users to post feedback related to a specific task within a given review round.
The feedback can include comments, quality issues, suggestions, or system-generated observations.
By default, feedback is created in draft mode (readonly: true), meaning it can be edited through future calls to this endpoint.
To make feedback final and uneditable, set the finalize option to true. When finalize: true is passed, feedback is created or updated with readonly: true, and cannot be modified afterward.
Additionally, this endpoint can be used to finalize previously created feedback for the same task, round, and optional context. To do so, call the endpoint with finalize: true and omit the feedback list, this will mark all existing feedback for that task/round/context as finalized.