Uses of Record Class
ai.optfor.springopenaiapi.model.ChatChoice
Packages that use ChatChoice
-
Uses of ChatChoice in ai.optfor.springopenaiapi.model
Methods in ai.optfor.springopenaiapi.model that return types with arguments of type ChatChoiceModifier and TypeMethodDescriptionChatCompletionResponse.choices()Returns the value of thechoicesrecord component.Constructor parameters in ai.optfor.springopenaiapi.model with type arguments of type ChatChoiceModifierConstructorDescriptionChatCompletionResponse(List<ChatChoice> choices, Usage usage) Creates an instance of aChatCompletionResponserecord class.