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