langchain.js
    Preparing search index...
    • Parses line buffers into EventSourceMessages.

      Parameters

      • OptionalonMessage: (msg: EventSourceMessage) => void

        A function that will be called on each message.

      • OptionalonId: (id: string) => void

        A function that will be called on each id field.

      • OptionalonRetry: (retry: number) => void

        A function that will be called on each retry field.

      Returns (line: Uint8Array, fieldLength: number, flush?: boolean) => void

      A function that should be called for each incoming line buffer.