Package ai.vectros.types
Interface DoneEvent._FinalStage
- All Known Implementing Classes:
DoneEvent.Builder
- Enclosing class:
DoneEvent
public static interface DoneEvent._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()cacheCreateTokens(Integer cacheCreateTokens) cacheCreateTokens(Optional<Integer> cacheCreateTokens) Number of tokens written to the prompt cache.cacheReadTokens(Integer cacheReadTokens) cacheReadTokens(Optional<Integer> cacheReadTokens) Number of input tokens served from the prompt cache.
-
Method Details
-
build
DoneEvent build() -
additionalProperty
-
additionalProperties
-
cacheReadTokens
Number of input tokens served from the prompt cache. Present only when prompt caching applied to this call. Prompt caching is not yet used; this field is reserved for forward compatibility.
-
cacheReadTokens
-
cacheCreateTokens
Number of tokens written to the prompt cache. Present only when prompt caching applied to this call. Prompt caching is not yet used; this field is reserved for forward compatibility.
-
cacheCreateTokens
-