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

    Type Alias ForkSessionResult

    Result of a fork operation.

    type ForkSessionResult = {
        sessionId: string;
    }
    Index

    Claude SDK

    Claude SDK

    sessionId: string

    New session UUID. Resumable via resumeSession(sessionId).