@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias ReviewStartParams

    type ReviewStartParams = {
        delivery?: ReviewDelivery | null;
        target: ReviewTarget;
        threadId: string;
    }
    Index

    Properties

    delivery?: ReviewDelivery | null

    Where to run the review: inline (default) on the current thread or detached on a new thread (returned in reviewThreadId).

    target: ReviewTarget
    threadId: string