I apologize for my unfamiliarity with this excellent project shell_gpt. An AI provided a command that failed
to execute. How can I share the incorrect context in my next conversation?
<logs>
~ sgpt --shell 'check which process using max memo'
ps -eo pid,comm,%mem | sort -nr | head -n 1
[E]xecute, [D]escribe, [A]bort: e
zsh:1: command not found: 41219
</logs>
Then I want to tell ai that The command failed with error: zsh:1: command not found: 41219, please retry..
Is there an elegant way to provide feedback and rechat?
I would be very grateful for your reply.