alfredfrancis / ai-chatbot-framework

A python chatbot framework with Natural Language Understanding and Artificial Intelligence.
MIT License
1.97k stars 712 forks source link

trigger API when conversation is complete #38

Closed Contextualist closed 6 years ago

Contextualist commented 7 years ago

Move the conditional API calling to the end of request handler. Prior the change, the handler fails to trigger API in some scenario (e.g. when there is no parameter involved and the conversation is complete).

alfredfrancis commented 7 years ago

parameter prompt is not working.