Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Function bodyFromChunks

    • Build a body iterable from complete strings — the shape a stub upstream wants.

      Exported from the production module rather than a test helper because a stub upstream is also how AMC's own gateway-as-provider is exercised offline, and a helper that only tests can reach tends to drift from what production does.

      Parameters

      • chunks: readonly string[]

      Returns AsyncIterable<Uint8Array<ArrayBufferLike>>