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