AgentBench icon indicating copy to clipboard operation
AgentBench copied to clipboard

[Bug/Assistance] Operation system dataset has wrong start script.

Open Shuwen27 opened this issue 5 months ago • 0 comments

Operation system dataset has wrong start script.

  1. dev.json "description": "what is the output if i execute ~/test?" the code should not be run as init script but as start script (change "create" to "start"), so that the current path is /home/jack instead of /root
  2. similar problem: data/6/new.json "description": "execute ~/test and get the output" "description": "What will be the output if I execute ~/test?" I suggest to give a check on the data to improve the data quality if possible. Thanks for making this cool dataset!

Shuwen27 avatar Aug 06 '25 20:08 Shuwen27