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

    Type Alias FileChangePatchUpdatedNotification

    type FileChangePatchUpdatedNotification = {
        changes: FileUpdateChange[];
        itemId: string;
        threadId: string;
        turnId: string;
    }
    Index

    Properties

    changes: FileUpdateChange[]
    itemId: string
    threadId: string
    turnId: string