Uses of Enum Class
org.springframework.ai.ollama.api.OllamaApi.ChatRequest.Tool.Type
Packages that use OllamaApi.ChatRequest.Tool.Type
-
Uses of OllamaApi.ChatRequest.Tool.Type in org.springframework.ai.ollama.api
Methods in org.springframework.ai.ollama.api that return OllamaApi.ChatRequest.Tool.TypeModifier and TypeMethodDescriptionOllamaApi.ChatRequest.Tool.type()Returns the value of thetyperecord component.Returns the enum constant of this class with the specified name.static OllamaApi.ChatRequest.Tool.Type[]OllamaApi.ChatRequest.Tool.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.springframework.ai.ollama.api with parameters of type OllamaApi.ChatRequest.Tool.TypeModifierConstructorDescriptionTool(OllamaApi.ChatRequest.Tool.Type type, OllamaApi.ChatRequest.Tool.Function function) Creates an instance of aToolrecord class.