瀏覽代碼

test: fix tool test (#31163)

Aiden Cline 2 月之前
父節點
當前提交
0875203a6c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/opencode/test/tool/__snapshots__/parameters.test.ts.snap

+ 1 - 1
packages/opencode/test/tool/__snapshots__/parameters.test.ts.snap

@@ -320,7 +320,7 @@ exports[`tool parameters JSON Schema (wire shape) task 1`] = `
   "$schema": "https://json-schema.org/draft/2020-12/schema",
   "properties": {
     "background": {
-      "description": "Run the agent in the background. You will be notified when it completes.",
+      "description": "Run the agent in the background. You will be notified when it completes. DO NOT sleep, poll, or proactively check on its progress",
       "type": "boolean",
     },
     "command": {