hdkiller / Auto-GPT-SystemInfo

A plugin for Auto-GPT which injects information about the operation system
MIT License
64 stars 18 forks source link

Return STDOUT: b'' STDERR: b'' value #6

Open kei-ya-131 opened 1 year ago

kei-ya-131 commented 1 year ago

As titled, when AutoGPT executes a command, such as "mkdir", it only returns STDOUT: b'' and STDERR: b''. How can I verify if the shell command was executed or not? I am using GPT-3.5 in continuous mode.