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

    Type Alias ReviewStartResponse

    type ReviewStartResponse = {
        reviewThreadId: string;
        turn: Turn;
    }
    Index

    Properties

    Properties

    reviewThreadId: string

    Identifies the thread where the review runs.

    For inline reviews, this is the original thread id. For detached reviews, this is the id of the new review thread.

    turn: Turn