Uses of Record Class
org.springframework.ai.openai.api.OpenAiApi.ChatCompletion.Choice
Packages that use OpenAiApi.ChatCompletion.Choice
-
Uses of OpenAiApi.ChatCompletion.Choice in org.springframework.ai.openai.api
Methods in org.springframework.ai.openai.api that return types with arguments of type OpenAiApi.ChatCompletion.ChoiceModifier and TypeMethodDescriptionOpenAiApi.ChatCompletion.choices()Returns the value of thechoicesrecord component.Constructor parameters in org.springframework.ai.openai.api with type arguments of type OpenAiApi.ChatCompletion.ChoiceModifierConstructorDescriptionChatCompletion(String id, List<OpenAiApi.ChatCompletion.Choice> choices, Long created, String model, String serviceTier, String systemFingerprint, String object, OpenAiApi.Usage usage) Creates an instance of aChatCompletionrecord class.