Module: RubyLLM::ActiveRecord::ToolCallMethods

Extended by:
ActiveSupport::Concern
Includes:
PayloadHelpers
Defined in:
lib/ruby_llm/active_record/tool_call_methods.rb

Overview

Methods mixed into tool call models.

Instance Method Summary collapse

Instance Method Details

#tool_error_messageObject



10
11
12
# File 'lib/ruby_llm/active_record/tool_call_methods.rb', line 10

def tool_error_message
  payload_error_message(arguments)
end