Sign up (with export icon)

AIReviewRootsOption

Api-typedef icontypedef

Roots filter shared by both AIReviewRunOptions and AIReviewCustomRunOptions.

Properties

  • Chevron-right icon

    roots : Array<AIEditorRoot> | undefined

    The roots to run the review against. When omitted, every visible root across every editor in the current Context is reviewed. When provided, only the listed roots are reviewed; the order of entries in roots is treated as a set-membership filter and does not affect the payload order.

    Each entry's channelId must match an editor's collaboration.channelId; rootName must match a live, visible (non-$graveyard) root within that editor.

Value

object