Module: RubyLLM::Agents::Providers::Inception::Chat

Included in:
RubyLLM::Agents::Providers::Inception
Defined in:
lib/ruby_llm/agents/providers/inception/chat.rb

Overview

Chat methods for Inception Mercury API. Mercury uses standard OpenAI chat format.

Instance Method Summary collapse

Instance Method Details

#format_role(role) ⇒ Object



10
11
12
# File 'lib/ruby_llm/agents/providers/inception/chat.rb', line 10

def format_role(role)
  role.to_s
end