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 137 forks source link

How to get a variable value outside of aiml files inside python code? #293

Open shagho opened 3 years ago

shagho commented 3 years ago

Hi I have a question. when we set a variable value in aiml files we can get its value in aiml files with get tag. but can we get its value in python code with client_context? @keiffster