Class: Cline::TaskMessage::ModelInfo
- Defined in:
- lib/cline/task_message.rb
Overview
Model info in messages
Instance Attribute Summary
Attributes inherited from Schema
Public API collapse
-
#mode ⇒ String
Mode (plan or act).
-
#model_id ⇒ String
Model.
-
#provider_id ⇒ String
Provider.
Methods inherited from Schema
#==, as_hash, cast, cline_snake_attributes, of_hash, #to_cline_json, #to_hash
Instance Method Details
#mode ⇒ String
Returns Mode (plan or act).
20 |
# File 'lib/cline/task_message.rb', line 20 attribute :mode, :string |
#model_id ⇒ String
Returns Model.
17 |
# File 'lib/cline/task_message.rb', line 17 attribute :model_id, :string |
#provider_id ⇒ String
Returns Provider.
14 |
# File 'lib/cline/task_message.rb', line 14 attribute :provider_id, :string |