Uses of Enum Class
org.springframework.ai.deepseek.api.DeepSeekApi.ChatCompletionFinishReason
Packages that use DeepSeekApi.ChatCompletionFinishReason
-
Uses of DeepSeekApi.ChatCompletionFinishReason in org.springframework.ai.deepseek.api
Methods in org.springframework.ai.deepseek.api that return DeepSeekApi.ChatCompletionFinishReasonModifier and TypeMethodDescriptionDeepSeekApi.ChatCompletion.Choice.finishReason()Returns the value of thefinishReasonrecord component.DeepSeekApi.ChatCompletionChunk.ChunkChoice.finishReason()Returns the value of thefinishReasonrecord component.Returns the enum constant of this class with the specified name.DeepSeekApi.ChatCompletionFinishReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.springframework.ai.deepseek.api with parameters of type DeepSeekApi.ChatCompletionFinishReasonModifierConstructorDescriptionChoice(DeepSeekApi.ChatCompletionFinishReason finishReason, Integer index, DeepSeekApi.ChatCompletionMessage message, DeepSeekApi.LogProbs logprobs) Creates an instance of aChoicerecord class.ChunkChoice(DeepSeekApi.ChatCompletionFinishReason finishReason, Integer index, DeepSeekApi.ChatCompletionMessage delta, DeepSeekApi.LogProbs logprobs) Creates an instance of aChunkChoicerecord class.