module RubyLLM::ActiveRecord::ToolCallMethods

ToolCallMethods holds the instance methods that acts_as_tool_call mixes into a tool call model.

class ToolCall < ApplicationRecord
  acts_as_tool_call
end