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