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