Interface DoneEvent.InputTokensStage

All Known Implementing Classes:
DoneEvent.Builder
Enclosing class:
DoneEvent

public static interface DoneEvent.InputTokensStage
  • Method Summary

    Modifier and Type
    Method
    Description
    inputTokens(int inputTokens)
    Total input tokens consumed by the model, including the system prompt and all messages.
  • Method Details

    • inputTokens

      DoneEvent.OutputTokensStage inputTokens(int inputTokens)

      Total input tokens consumed by the model, including the system prompt and all messages.