Contexting
To send Neuro new context regarding your game, send Neuro this packet:
{ "command": "context", "game": string, "data": { "message": string, "silent": boolean }}Parameters
Section titled “Parameters”message- The context message Neuro will keep. Speculative note: While the official specs say that this message should be plaintext, Neuro has been observed to understand simple Markdown syntax.silent- Whether or not Neuro will be prompted to vocally react to the command. Note thattruedoesn’t mean she’ll always be silent about it (such as if the context message was an error message), and thatfalsedoesn’t mean she’ll always react to it (she might be busy talking to chat or someone else).