Skip to content

Commit 0875203

Browse files
authored
test: fix tool test (anomalyco#31163)
1 parent b9131aa commit 0875203

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/opencode/test/tool/__snapshots__/parameters.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ exports[`tool parameters JSON Schema (wire shape) task 1`] = `
320320
"$schema": "https://json-schema.org/draft/2020-12/schema",
321321
"properties": {
322322
"background": {
323-
"description": "Run the agent in the background. You will be notified when it completes.",
323+
"description": "Run the agent in the background. You will be notified when it completes. DO NOT sleep, poll, or proactively check on its progress",
324324
"type": "boolean",
325325
},
326326
"command": {

0 commit comments

Comments
 (0)