class Ollama::Tool

def initialize(type:, function:)

def initialize(type:, function:)
  @type, @function = type, function.to_hash
end