Uses of Record Class
org.springframework.ai.openai.api.OpenAiApi.LogProbs
Packages that use OpenAiApi.LogProbs
-
Uses of OpenAiApi.LogProbs in org.springframework.ai.openai.api
Methods in org.springframework.ai.openai.api that return OpenAiApi.LogProbsModifier and TypeMethodDescriptionOpenAiApi.ChatCompletion.Choice.logprobs()Returns the value of thelogprobsrecord component.OpenAiApi.ChatCompletionChunk.ChunkChoice.logprobs()Returns the value of thelogprobsrecord component.Constructors in org.springframework.ai.openai.api with parameters of type OpenAiApi.LogProbsModifierConstructorDescriptionChoice(OpenAiApi.ChatCompletionFinishReason finishReason, Integer index, OpenAiApi.ChatCompletionMessage message, OpenAiApi.LogProbs logprobs) Creates an instance of aChoicerecord class.ChunkChoice(OpenAiApi.ChatCompletionFinishReason finishReason, Integer index, OpenAiApi.ChatCompletionMessage delta, OpenAiApi.LogProbs logprobs) Creates an instance of aChunkChoicerecord class.