SendChatRequest($message, $AI->user); function parse_oob($OobXML) { $xml = simplexml_load_string($OobXML); foreach ($xml as $tag => $value) { // Created handler for XML \System\Diagnostics\Debug::WriteLine("[Application OOB Parser] OOB Tag Detected: ". $tag. "\r\n"); var_dump($value); } } function sendButton() { \Terminal\Gui\MessageBox\Query("Hello","Hello World", "OK"); }