@runloop/api-client - v1.4.0
    Preparing search index...

    Interface ExecutionUpdateChunk

    interface ExecutionUpdateChunk {
        output: string;
        offset?: number;
    }
    Index

    Properties

    Properties

    output: string

    The latest log stream chunk.

    offset?: number

    The byte offset of this chunk of log stream.