Uses of Record Class
org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.AudioOutput
Packages that use OpenAiApi.ChatCompletionMessage.AudioOutput
-
Uses of OpenAiApi.ChatCompletionMessage.AudioOutput in org.springframework.ai.openai.api
Methods in org.springframework.ai.openai.api that return OpenAiApi.ChatCompletionMessage.AudioOutputModifier and TypeMethodDescriptionOpenAiApi.ChatCompletionMessage.audioOutput()
Returns the value of theaudioOutput
record component.Constructors in org.springframework.ai.openai.api with parameters of type OpenAiApi.ChatCompletionMessage.AudioOutputModifierConstructorDescriptionChatCompletionMessage
(Object rawContent, OpenAiApi.ChatCompletionMessage.Role role, String name, String toolCallId, List<OpenAiApi.ChatCompletionMessage.ToolCall> toolCalls, String refusal, OpenAiApi.ChatCompletionMessage.AudioOutput audioOutput, List<OpenAiApi.ChatCompletionMessage.Annotation> annotations) Creates an instance of aChatCompletionMessage
record class.