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

    Type Alias TurnDiffUpdatedNotification

    Notification that the turn-level unified diff has changed. Contains the latest aggregated diff across all file changes in the turn.

    type TurnDiffUpdatedNotification = {
        diff: string;
        threadId: string;
        turnId: string;
    }
    Index

    Properties

    Properties

    diff: string
    threadId: string
    turnId: string