Class: RubyCoded::Chat::CodexModels::CodexModel
- Inherits:
-
Struct
- Object
- Struct
- RubyCoded::Chat::CodexModels::CodexModel
- Defined in:
- lib/ruby_coded/chat/codex_models.rb
Instance Attribute Summary collapse
-
#context_window ⇒ Object
Returns the value of attribute context_window.
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#id ⇒ Object
Returns the value of attribute id.
-
#max_output ⇒ Object
Returns the value of attribute max_output.
Instance Method Summary collapse
Instance Attribute Details
#context_window ⇒ Object
Returns the value of attribute context_window
9 10 11 |
# File 'lib/ruby_coded/chat/codex_models.rb', line 9 def context_window @context_window end |
#display_name ⇒ Object
Returns the value of attribute display_name
9 10 11 |
# File 'lib/ruby_coded/chat/codex_models.rb', line 9 def display_name @display_name end |
#id ⇒ Object
Returns the value of attribute id
9 10 11 |
# File 'lib/ruby_coded/chat/codex_models.rb', line 9 def id @id end |
#max_output ⇒ Object
Returns the value of attribute max_output
9 10 11 |
# File 'lib/ruby_coded/chat/codex_models.rb', line 9 def max_output @max_output end |
Instance Method Details
#to_s ⇒ Object
10 11 12 |
# File 'lib/ruby_coded/chat/codex_models.rb', line 10 def to_s id end |