Uses of Record Class
bg.codexio.ai.openai.api.payload.chat.response.ChatUsageResponse
Packages that use ChatUsageResponse
-
Uses of ChatUsageResponse in bg.codexio.ai.openai.api.payload.chat.response
Methods in bg.codexio.ai.openai.api.payload.chat.response that return ChatUsageResponseModifier and TypeMethodDescriptionstatic ChatUsageResponseChatUsageResponse.empty()ChatUsageResponse.merge(ChatUsageResponse other) ChatMessageResponse.usage()Returns the value of theusagerecord component.Methods in bg.codexio.ai.openai.api.payload.chat.response with parameters of type ChatUsageResponseConstructors in bg.codexio.ai.openai.api.payload.chat.response with parameters of type ChatUsageResponseModifierConstructorDescriptionChatMessageResponse(String id, String object, long created, String model, ChatUsageResponse usage, List<ChatChoiceResponse> choices) Creates an instance of aChatMessageResponserecord class.