Class: RubyLLM::Providers::GitLab::ModelIdProxy

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/ruby_llm/providers/gitlab/chat.rb

Instance Method Summary collapse

Instance Method Details

#idObject



17
18
19
# File 'lib/ruby_llm/providers/gitlab/chat.rb', line 17

def id
  Capabilities.actual_model(__getobj__.id) || __getobj__.id
end