Module: RubyLLM::Providers::GitLab::Chat

Included in:
RubyLLM::Providers::GitLab, AnthropicDelegate, OpenAIDelegate
Defined in:
lib/ruby_llm/providers/gitlab/chat.rb

Instance Method Summary collapse

Instance Method Details

#render_payload(messages, tools:, temperature:, model:, stream: false, schema: nil, thinking: nil, tool_prefs: nil) ⇒ Object



9
10
11
12
13
# File 'lib/ruby_llm/providers/gitlab/chat.rb', line 9

def render_payload(messages, tools:, temperature:, model:, stream: false, schema: nil,
                   thinking: nil, tool_prefs: nil)
  super(messages, tools: tools, temperature: temperature, model: ModelIdProxy.new(model),
        stream: stream, schema: schema, thinking: thinking, tool_prefs: tool_prefs)
end