mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-11 02:38:28 +00:00
test: fix tool test (#31163)
This commit is contained in:
parent
b9131aa69c
commit
0875203a6c
1 changed files with 1 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue