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_message ⇒ Object
10 11 12 |
# File 'lib/ruby_llm/active_record/tool_call_methods.rb', line 10 def (arguments) end |