test: fix tool test (#31163)

This commit is contained in:
Aiden Cline 2026-06-06 18:06:19 -05:00 committed by GitHub
parent b9131aa69c
commit 0875203a6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": {