Class: LLM::Backend::BackendException

Inherits:
Object
  • Object
show all
Defined in:
lib/scout/llm/backends/default.rb

Instance Attribute Summary collapse

Instance Attribute Details

#chatObject

Returns the value of attribute chat.



28
29
30
# File 'lib/scout/llm/backends/default.rb', line 28

def chat
  @chat
end