Longbridge OpenAPI SDK
    Preparing search index...

    Interface ContextCompressStartedPayload

    Payload of a context_compress_started stream event, marking the start of a context-compression pass triggered by a long conversation. Unlike other events, the timestamp here is an RFC 3339 string.

    interface ContextCompressStartedPayload {
        startedAt: string;
        inputs?: any;
    }
    Index
    startedAt: string

    Start time, RFC 3339

    inputs?: any

    Compression input summary