Hi Everyone
I want to start parsing data out of chatscript, like content from inputs and outputs. Is there some type of symbol or notation I can use for the system that I can have my parser look for, for example
t: ^repeat() ^keep() ^respond(~randomtalk) Hello how are you
I want to do something like
t: ^repeat() ^keep() ^respond(~randomtalk) #statement1 Hello how are you #statement1
so I can look for #statement1 and #statement 1 and parse the text inside of it
Thanks