Interface ChatGenerationMetadata
- All Superinterfaces:
ResultMetadata
- All Known Implementing Classes:
DefaultChatGenerationMetadata
Represents the metadata associated with the generation of a chat response.
- Since:
- 0.7.0
- Author:
- John Blum, Christian Tzolov
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleancontainsKey(String key) entrySet()<T> TGet thereasonthis choice completed for the generation.<T> TgetOrDefault(String key, T defaultObject) booleanisEmpty()keySet()
-
Field Details
-
NULL
-
-
Method Details
-
getFinishReason
-
getContentFilters
-
get
-
containsKey
-
getOrDefault
-
entrySet
-
keySet
-
isEmpty
boolean isEmpty() -
builder
-