mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 04:59:51 +00:00
chore: generate
This commit is contained in:
parent
ed4ce67cdc
commit
d4cf78bceb
2 changed files with 10 additions and 0 deletions
|
|
@ -8767,6 +8767,12 @@
|
|||
"continue_loop_on_deny": {
|
||||
"description": "Continue the agent loop when a tool call is denied",
|
||||
"type": "boolean"
|
||||
},
|
||||
"mcp_timeout": {
|
||||
"description": "Timeout in milliseconds for model context protocol (MCP) requests",
|
||||
"type": "integer",
|
||||
"exclusiveMinimum": 0,
|
||||
"maximum": 9007199254740991
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue