We should add two bool options to the execCommandInput to allow the LLM to set stdout and/or stderr to be ignored, for cases where the output is irrelevant to it.
Handling each of these can be fairly resource-intensive, so allowing them to be disabled would be useful.
We should add two bool options to the
execCommandInputto allow the LLM to set stdout and/or stderr to be ignored, for cases where the output is irrelevant to it.Handling each of these can be fairly resource-intensive, so allowing them to be disabled would be useful.