Class: Cline::SessionMessage::ModelInfo
- Inherits:
-
Cline::Schema
- Object
- Shale::Mapper
- Cline::Schema
- Cline::SessionMessage::ModelInfo
- Defined in:
- lib/cline/session_message.rb
Overview
Model info in session messages
Instance Attribute Summary
Attributes inherited from Cline::Schema
Public API collapse
-
#family ⇒ String
Model family.
-
#id ⇒ String
Model ID.
-
#provider ⇒ String
Provider.
Methods inherited from Cline::Schema
#==, as_hash, cast, cline_snake_attributes, of_hash, #to_cline_json, #to_hash
Instance Method Details
#family ⇒ String
Returns Model family.
20 |
# File 'lib/cline/session_message.rb', line 20 attribute :family, :string |
#id ⇒ String
Returns Model ID.
14 |
# File 'lib/cline/session_message.rb', line 14 attribute :id, :string |
#provider ⇒ String
Returns Provider.
17 |
# File 'lib/cline/session_message.rb', line 17 attribute :provider, :string |