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