Package ai.vectros.types
Interface DoneEvent.OutputTokensStage
- All Known Implementing Classes:
DoneEvent.Builder
- Enclosing class:
DoneEvent
public static interface DoneEvent.OutputTokensStage
-
Method Summary
Modifier and TypeMethodDescriptionoutputTokens(int outputTokens) Total output tokens generated by the model.
-
Method Details
-
outputTokens
Total output tokens generated by the model.
-