keiffster / program-y

Python 3.x based AIML 2.0 Chatbot interpreter, framework, related programs and knowledge files
https://keiffster.github.io/program-y/
Other
349 stars 136 forks source link

Change Default Response #304

Open t0ta11ed opened 2 years ago

t0ta11ed commented 2 years ago

Hello, just wondering how the default_response and default_response_srai config settings work? Out of the box default_response is "Sorry, I don't have an answer for that!"

Is there a way for this to go directly to YEMPTY or YDEFAULTRESPONSE instead? I tried removing the default_response property but then got no reply. I also tried setting default_response to YEMPTY but that didn't work either. Thanks!