Package ai.vectros.types
Interface DoneEvent.InputTokensStage
- All Known Implementing Classes:
DoneEvent.Builder
- Enclosing class:
DoneEvent
public static interface DoneEvent.InputTokensStage
-
Method Summary
Modifier and TypeMethodDescriptioninputTokens(int inputTokens) Total input tokens consumed by the model, including the system prompt and all messages.
-
Method Details
-
inputTokens
Total input tokens consumed by the model, including the system prompt and all messages.
-