Module: RubyLLM::Providers::DeepSeek::Chat

Included in:
RubyLLM::Providers::DeepSeek
Defined in:
lib/ruby_llm/providers/deepseek/chat.rb

Overview

Chat methods of the DeepSeek API integration

Class Method Summary collapse

Class Method Details

.format_role(role) ⇒ Object



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

def format_role(role)
  role.to_s
end