Module: RubyLLM::Providers::Test::Echo
- Included in:
- RubyLLM::Providers::Test
- Defined in:
- lib/ruby_llm/providers/test/echo.rb
Overview
Echo model behavior for the RubyLLM Test provider.
A deterministic response builder (‘#echo_response`) returns incoming prompt content.
It is intended to be mixed into ‘RubyLLM::Providers::Test`.
Class Method Summary collapse
Class Method Details
.id ⇒ Object
12 |
# File 'lib/ruby_llm/providers/test/echo.rb', line 12 def self.id = "echo" |