Class: Mistri::Models::Model
- Inherits:
-
Data
- Object
- Data
- Mistri::Models::Model
- Defined in:
- lib/mistri/models.rb
Overview
thinking is how the model accepts a reasoning request: :adaptive (the model decides), :budget (a token budget), or :effort. It is what keeps a provider from sending an unsupported thinking shape that 400s.
Instance Attribute Summary collapse
-
#context_window ⇒ Object
readonly
Returns the value of attribute context_window.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#max_output ⇒ Object
readonly
Returns the value of attribute max_output.
-
#provider ⇒ Object
readonly
Returns the value of attribute provider.
-
#thinking ⇒ Object
readonly
Returns the value of attribute thinking.
Instance Attribute Details
#context_window ⇒ Object (readonly)
Returns the value of attribute context_window
12 13 14 |
# File 'lib/mistri/models.rb', line 12 def context_window @context_window end |
#id ⇒ Object (readonly)
Returns the value of attribute id
12 13 14 |
# File 'lib/mistri/models.rb', line 12 def id @id end |
#max_output ⇒ Object (readonly)
Returns the value of attribute max_output
12 13 14 |
# File 'lib/mistri/models.rb', line 12 def max_output @max_output end |
#provider ⇒ Object (readonly)
Returns the value of attribute provider
12 13 14 |
# File 'lib/mistri/models.rb', line 12 def provider @provider end |
#thinking ⇒ Object (readonly)
Returns the value of attribute thinking
12 13 14 |
# File 'lib/mistri/models.rb', line 12 def thinking @thinking end |