Uses of Class
dev.langchain4j.model.zhipu.chat.ChatCompletionChoice
-
Uses of ChatCompletionChoice in dev.langchain4j.model.zhipu.chat
Modifier and TypeMethodDescriptionChatCompletionResponse.ChatCompletionResponseBuilder.choices
(List<ChatCompletionChoice> choices) void
ChatCompletionResponse.setChoices
(List<ChatCompletionChoice> choices) ModifierConstructorDescriptionChatCompletionResponse
(String id, Integer created, String model, List<ChatCompletionChoice> choices, Usage usage)