Method: ActiveIntelligence::ChatREPLService#call
- Defined in:
- app/services/active_intelligence/chat_repl_service.rb
#call ⇒ Object
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 |