Uses of Record Class
org.springframework.ai.ollama.api.OllamaApi.Message.ToolCallFunction
Packages that use OllamaApi.Message.ToolCallFunction
-
Uses of OllamaApi.Message.ToolCallFunction in org.springframework.ai.ollama.api
Methods in org.springframework.ai.ollama.api that return OllamaApi.Message.ToolCallFunctionModifier and TypeMethodDescriptionOllamaApi.Message.ToolCall.function()Returns the value of thefunctionrecord component.Constructors in org.springframework.ai.ollama.api with parameters of type OllamaApi.Message.ToolCallFunctionModifierConstructorDescriptionToolCall(OllamaApi.Message.ToolCallFunction function) Creates an instance of aToolCallrecord class.