Uses of Record Class
org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.ToolCall
Packages that use OpenAiApi.ChatCompletionMessage.ToolCall
-
Uses of OpenAiApi.ChatCompletionMessage.ToolCall in org.springframework.ai.openai.api
Methods in org.springframework.ai.openai.api that return types with arguments of type OpenAiApi.ChatCompletionMessage.ToolCallModifier and TypeMethodDescriptionOpenAiApi.ChatCompletionMessage.toolCalls()Returns the value of thetoolCallsrecord component.Constructor parameters in org.springframework.ai.openai.api with type arguments of type OpenAiApi.ChatCompletionMessage.ToolCallModifierConstructorDescriptionChatCompletionMessage(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 aChatCompletionMessagerecord class.