Interface AIReviewUpdateContext

interface AIReviewUpdateContext {
    move_number?: number;
    type: "move" | "variation";
    variation_key?: string;
}

Properties

move_number?: number

For move updates, the move number that was updated

type: "move" | "variation"

Type of update: "move" for trunk moves, "variation" for analyzed variations

variation_key?: string

For variation updates, the variation key (e.g., "5-aa.bb.cc")