Method: ActiveIntelligence::ChatREPLService#call

Defined in:
app/services/active_intelligence/chat_repl_service.rb

#callObject



14
15
16
17
18
19
# File 'app/services/active_intelligence/chat_repl_service.rb', line 14

def call
  header
  help
  history
  loop { cycle || break }
end