Class: Brute::Providers::ModelsDev::ModelEntry
- Inherits:
-
Struct
- Object
- Struct
- Brute::Providers::ModelsDev::ModelEntry
- Defined in:
- lib/brute/providers/models_dev.rb
Instance Attribute Summary collapse
-
#chat? ⇒ Object
Returns the value of attribute chat?.
-
#cost ⇒ Object
Returns the value of attribute cost.
-
#id ⇒ Object
Returns the value of attribute id.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#name ⇒ Object
Returns the value of attribute name.
-
#reasoning ⇒ Object
Returns the value of attribute reasoning.
-
#tool_call ⇒ Object
Returns the value of attribute tool_call.
Instance Attribute Details
#chat? ⇒ Object
Returns the value of attribute chat?
22 23 24 |
# File 'lib/brute/providers/models_dev.rb', line 22
def chat?
@chat?
end
|
#cost ⇒ Object
Returns the value of attribute cost
22 23 24 |
# File 'lib/brute/providers/models_dev.rb', line 22 def cost @cost end |
#id ⇒ Object
Returns the value of attribute id
22 23 24 |
# File 'lib/brute/providers/models_dev.rb', line 22 def id @id end |
#limit ⇒ Object
Returns the value of attribute limit
22 23 24 |
# File 'lib/brute/providers/models_dev.rb', line 22 def limit @limit end |
#name ⇒ Object
Returns the value of attribute name
22 23 24 |
# File 'lib/brute/providers/models_dev.rb', line 22 def name @name end |
#reasoning ⇒ Object
Returns the value of attribute reasoning
22 23 24 |
# File 'lib/brute/providers/models_dev.rb', line 22 def reasoning @reasoning end |
#tool_call ⇒ Object
Returns the value of attribute tool_call
22 23 24 |
# File 'lib/brute/providers/models_dev.rb', line 22 def tool_call @tool_call end |