Describe the bug
The Agent erroneously executes pwd in several command executions although different commands are selected by the LLM.
To Reproduce
Steps to reproduce the behavior:
- Clone this repository
- Run ./ExecutionAgent.sh --repo https://github.com/google/oss-fuzz -l 50
- Inspect the logs of Execution Agent and watch for erroneous launches of pwd
Expected behavior
The output of the chosen tool instead of pwd. This behavior was observed for the linux_terminal tool.
Screenshots
Not a screenshot due to too much text but an attached file.
pwd_example.txt
Desktop (please complete the following information):
- OS: Windows 11 23H2 (WSL2 with Ubuntu 22.04.3 LTS)