Class: ActiveAgent::Providers::RubyLLM::Request
- Inherits:
-
Common::BaseModel
- Object
- Common::BaseModel
- ActiveAgent::Providers::RubyLLM::Request
- Defined in:
- lib/active_agent/providers/ruby_llm/request.rb
Overview
Request model for RubyLLM provider.
Instance Method Summary collapse
-
#message=(value) ⇒ Object
Common Format Compatibility.
Methods inherited from Common::BaseModel
#<=>, #==, attribute, #deep_compact, #deep_dup, delegate_attributes, drop_attributes, inherited, #initialize, #inspect, keys, #merge!, required_attributes, #serialize, #to_h, #to_hash
Constructor Details
This class inherits a constructor from ActiveAgent::Providers::Common::BaseModel
Instance Method Details
#message=(value) ⇒ Object
Common Format Compatibility
23 24 25 26 |
# File 'lib/active_agent/providers/ruby_llm/request.rb', line 23 def (value) self. ||= [] self. << value end |