Uses of Record Class
org.springframework.ai.ollama.api.OllamaApi.ChatRequest.Tool.Function
Packages that use OllamaApi.ChatRequest.Tool.Function
-
Uses of OllamaApi.ChatRequest.Tool.Function in org.springframework.ai.ollama.api
Methods in org.springframework.ai.ollama.api that return OllamaApi.ChatRequest.Tool.FunctionModifier and TypeMethodDescriptionOllamaApi.ChatRequest.Tool.function()Returns the value of thefunctionrecord component.Constructors in org.springframework.ai.ollama.api with parameters of type OllamaApi.ChatRequest.Tool.FunctionModifierConstructorDescriptionTool(OllamaApi.ChatRequest.Tool.Function function) Create a tool of type 'function' and the given function definition.Tool(OllamaApi.ChatRequest.Tool.Type type, OllamaApi.ChatRequest.Tool.Function function) Creates an instance of aToolrecord class.