Class: RubyLLM::Providers::GitLab::ModelIdProxy
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- RubyLLM::Providers::GitLab::ModelIdProxy
- Defined in:
- lib/ruby_llm/providers/gitlab/chat.rb
Instance Method Summary collapse
Instance Method Details
#id ⇒ Object
17 18 19 |
# File 'lib/ruby_llm/providers/gitlab/chat.rb', line 17 def id Capabilities.actual_model(__getobj__.id) || __getobj__.id end |