Maxim
Maxim
` exec('nmcli -g ip4.gateway connection show ' + wifi.ssid, (err, ip) => { if(err) console.info(err); console.info(ip); }); ` work for me
Any updates?
@mxw, so... my code is working. https://github.com/rackt/react-redux/issues/1
> Hi there, you don't need to input `directly_answer` as a tool. It is automatically added. Does removing it solve your problem? I did not specify the "directly_answer" tool anywhere....