From 0875203a6c726d7a37b5ffbb770cc433c98e7cd6 Mon Sep 17 00:00:00 2001 From: Aiden Cline <63023139+rekram1-node@users.noreply.github.com> Date: Sat, 6 Jun 2026 18:06:19 -0500 Subject: [PATCH] test: fix tool test (#31163) --- .../opencode/test/tool/__snapshots__/parameters.test.ts.snap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/opencode/test/tool/__snapshots__/parameters.test.ts.snap b/packages/opencode/test/tool/__snapshots__/parameters.test.ts.snap index 0bf2357ef..b187b191c 100644 --- a/packages/opencode/test/tool/__snapshots__/parameters.test.ts.snap +++ b/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": {