Contents

init(totalTokenCount:cachedTokenCount:)

Creates input token counts for the transcript submitted to the model.

Declaration

init(totalTokenCount: Int, cachedTokenCount: Int)

Parameters

  • totalTokenCount:

    The total number of input tokens from the transcript.

  • cachedTokenCount:

    The number of input tokens served from a cache.