Skip to content

agentExecutions.updateReview

Type: mutation Module: convex/agentExecutions.ts

{
executionId: Id<"agentExecutions">,
reviewStatus: "accepted" | "revised" | "rejected",
reviewNotes: string /* optional */,
}

Record a human review decision on an agent execution. @param executionId - The execution to review @param reviewStatus - Review outcome (accepted, revised, rejected) @param reviewNotes - Optional reviewer notes