Hello! I’m not sure I understand how to use ^command, ^eval, and related functions. For example, if I write something like
u: (color) ^command(:concepts blue)
or
u: (color) ^command(:pos blue)
or even
u: (color) ^command(:execute ^print("Hello"))
no response seems to be coming from the chatbot. I guess what I’m trying to ask is, are ^command and similar functions solely for debugging through input by the user or is there any way to use their results within the script?