1
0
Aiden Cline 2 сар өмнө
parent
commit
0875203a6c

+ 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",
   "$schema": "https://json-schema.org/draft/2020-12/schema",
   "properties": {
   "properties": {
     "background": {
     "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",
       "type": "boolean",
     },
     },
     "command": {
     "command": {