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 thelogprobs
record component.OpenAiApi.ChatCompletionChunk.ChunkChoice.logprobs()
Returns the value of thelogprobs
record 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 aChoice
record class.ChunkChoice
(OpenAiApi.ChatCompletionFinishReason finishReason, Integer index, OpenAiApi.ChatCompletionMessage delta, OpenAiApi.LogProbs logprobs) Creates an instance of aChunkChoice
record class.