Function schema for tool/function calling definitions.
Used inside Tool when registering callable tools with the model.
Converts to a JSON object for the Ollama API tools array.
Human-readable description.
Function name as called by the model.
JSON Schema object defining the function's parameters.
See Implementation
Function schema for tool/function calling definitions.
Used inside Tool when registering callable tools with the model.