Class: LLM::Backend::BackendException
- Inherits:
-
Object
- Object
- LLM::Backend::BackendException
- Defined in:
- lib/scout/llm/backends/default.rb
Instance Attribute Summary collapse
-
#chat ⇒ Object
Returns the value of attribute chat.
Instance Attribute Details
#chat ⇒ Object
Returns the value of attribute chat.
28 29 30 |
# File 'lib/scout/llm/backends/default.rb', line 28 def chat @chat end |