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