Uses of Record Class
org.springframework.ai.zhipuai.api.ZhiPuAiApi.LogProbs
Packages that use ZhiPuAiApi.LogProbs
-
Uses of ZhiPuAiApi.LogProbs in org.springframework.ai.zhipuai.api
Methods in org.springframework.ai.zhipuai.api that return ZhiPuAiApi.LogProbsModifier and TypeMethodDescriptionZhiPuAiApi.ChatCompletion.Choice.logprobs()Returns the value of thelogprobsrecord component.ZhiPuAiApi.ChatCompletionChunk.ChunkChoice.logprobs()Returns the value of thelogprobsrecord component.Constructors in org.springframework.ai.zhipuai.api with parameters of type ZhiPuAiApi.LogProbsModifierConstructorDescriptionChoice(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.