Class: SmartPrompt::MockAdapter
- Inherits:
-
LLMAdapter
- Object
- LLMAdapter
- SmartPrompt::MockAdapter
- Defined in:
- lib/smart_prompt/llm_adapter.rb
Instance Attribute Summary
Attributes inherited from LLMAdapter
Instance Method Summary collapse
Methods inherited from LLMAdapter
Constructor Details
This class inherits a constructor from SmartPrompt::LLMAdapter
Instance Method Details
#send_request(messages) ⇒ Object
20 21 22 23 |
# File 'lib/smart_prompt/llm_adapter.rb', line 20 def send_request() puts "Mock adapter received #{.length} messages" "This is a mock response from the LLM adapter." end |