Uses of Class
com.intellijava.core.model.OpenaiLanguageResponse.Usage
Packages that use OpenaiLanguageResponse.Usage
-
Uses of OpenaiLanguageResponse.Usage in com.intellijava.core.model
Methods in com.intellijava.core.model that return OpenaiLanguageResponse.UsageModifier and TypeMethodDescriptionOpenaiLanguageResponse.getUsage()
Gets the usage statistics for generating the API response.Methods in com.intellijava.core.model with parameters of type OpenaiLanguageResponse.UsageModifier and TypeMethodDescriptionvoid
OpenaiLanguageResponse.setUsage
(OpenaiLanguageResponse.Usage usage) Sets the usage statistics for generating the API response.