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