mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 13:09:46 +00:00
chore: generate
This commit is contained in:
parent
95211a8854
commit
2f12e8ee92
2 changed files with 20 additions and 5 deletions
|
|
@ -9071,9 +9071,17 @@
|
|||
"additionalProperties": {}
|
||||
},
|
||||
"color": {
|
||||
"description": "Hex color code for the agent (e.g., #FF5733)",
|
||||
"type": "string",
|
||||
"pattern": "^#[0-9a-fA-F]{6}$"
|
||||
"description": "Hex color code (e.g., #FF5733) or theme color (e.g., primary)",
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "string",
|
||||
"pattern": "^#[0-9a-fA-F]{6}$"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"enum": ["primary", "secondary", "accent", "success", "warning", "error", "info"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"steps": {
|
||||
"description": "Maximum number of agentic iterations before forcing text-only response",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue