tracker_store:
type: SQL
dialect: "mysql+pymysql" # the dialect used to interact with the db
url: "Mysql@127.0.0.1:3306" # (optional) host of the sql db, e.g. "localhost"
db: "dbrasa" # path to your db
username: "root" # username used for authentication
password: "root" # password used for authentication
Above is how my enpoints.yml looks like, basically what im trying to find out is, In the Rasa docs i found that one of the parameters for the tracker store is “query”. I just want to know what is it for ? , How is it used ?, Are they any examples to follow as reference ?. Thank you