Uses of Record Class
org.springframework.ai.openai.api.OpenAiApi.LogProbs.Content
Packages that use OpenAiApi.LogProbs.Content
-
Uses of OpenAiApi.LogProbs.Content in org.springframework.ai.openai.api
Methods in org.springframework.ai.openai.api that return types with arguments of type OpenAiApi.LogProbs.ContentModifier and TypeMethodDescriptionOpenAiApi.LogProbs.content()Returns the value of thecontentrecord component.OpenAiApi.LogProbs.refusal()Returns the value of therefusalrecord component.Constructor parameters in org.springframework.ai.openai.api with type arguments of type OpenAiApi.LogProbs.ContentModifierConstructorDescriptionLogProbs(List<OpenAiApi.LogProbs.Content> content, List<OpenAiApi.LogProbs.Content> refusal) Creates an instance of aLogProbsrecord class.