AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

How to find this dialog is within which file on chatscript?
 
 

Hi everyone!
I have downloaded and used the Alice brain from here:https://github.com/tkuebler/ChatScriptBrains, and built and ran it successfully. But there are some strange answers from some questions, so I like to find the file that this question/answer are inside it and modify them.

Is it a command line command or any other options to find that, which file this answer created from?

 

 
  [ # 1 ]

The command :why will show you the rules that generated the output, and that is basically the same as the bottom on the log file.

You can also use the :trace command to follow the process. I personally use :trace ruleflow all the time to get an overview of the path through the dialog.

 

 
  [ # 2 ]

Thank you Andy,
But how should I use :trace command?

When I try it, the result is:

Disabled simple: echo match ruleflow variables
Disabled mild detail: output pattern input prepare
Disabled deep detail: always fact hierarchy infer json label macro pos query sample sql substitute tcp topic user userfact treetagger usercache varassign

 

 
  [ # 3 ]

:trace ruleflow

:trace by itself just shows the current tracing options. You can specify any of those words to turn on that kind of tracing. There is more in the documentation.

 

 
  login or register to react