nexus-agents - v2.80.0
    Preparing search index...

    Function skip

    Adapters exports - Model adapters (Claude, OpenAI, Gemini, Ollama) Split from index.ts for file size compliance (Issue #285)

    • Skips the first N chunks from a stream.

      Type Parameters

      • T

      Parameters

      • stream: AsyncIterable<T>

        The source stream

      • count: number

        Number of chunks to skip

      • options: { signal?: AbortSignal } = {}

        Options including optional AbortSignal

      Returns AsyncIterable<T>

      Stream with first N chunks skipped