Uses of Record Class
org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.ChatCompletionFunction
Packages that use OpenAiApi.ChatCompletionMessage.ChatCompletionFunction
-
Uses of OpenAiApi.ChatCompletionMessage.ChatCompletionFunction in org.springframework.ai.openai.api
Methods in org.springframework.ai.openai.api that return OpenAiApi.ChatCompletionMessage.ChatCompletionFunctionModifier and TypeMethodDescriptionOpenAiApi.ChatCompletionMessage.ToolCall.function()Returns the value of thefunctionrecord component.Constructors in org.springframework.ai.openai.api with parameters of type OpenAiApi.ChatCompletionMessage.ChatCompletionFunctionModifierConstructorDescriptionToolCall(Integer index, String id, String type, OpenAiApi.ChatCompletionMessage.ChatCompletionFunction function) Creates an instance of aToolCallrecord class.ToolCall(String id, String type, OpenAiApi.ChatCompletionMessage.ChatCompletionFunction function)