Logging capabilites in Bot libre AI engine |
I am looking at the Botlibre's AI engine code and from the forum post and other stuff I understand that Botlibre can log all the chat request and responses and then we can upload the same chat log file with correct responses so that the AI engine reply with the updated data. I want to know how can I enable logging so that all the chat requests are logged in some file with the format user:bla bla bla bot: bla bla I would use the same file and feed it the AI engine so that it produces updated responses. Second question is what difference does it makes if I use loadAIMLFile to load some AIML and then use same AIML file with loadAIMLFileAsLog method. |
|
|
|
|