From 2e7f831657ff43280efab52b69cac3fdd7dee991 Mon Sep 17 00:00:00 2001 From: mlmz <54172054+minleminzui@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:13:12 +0800 Subject: [PATCH] fix: fix AgentBench/data/os_interaction/data/4/ N11.json the reference answer doesn't following the description --- data/os_interaction/data/4/N11.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/os_interaction/data/4/N11.json b/data/os_interaction/data/4/N11.json index e42bdd06..0cdcfc87 100644 --- a/data/os_interaction/data/4/N11.json +++ b/data/os_interaction/data/4/N11.json @@ -13,7 +13,7 @@ } ], "example": { - "code": "find /usr -type f -name \".*\" -not -name \"*k*\" | wc -l" + "code": "find /usr -type f -name \".*\" -not -name \"*u*\" | wc -l" } }, "labels": ["file"]