regenerate schema

This commit is contained in:
Cynthia Long
2026-03-10 15:09:56 +00:00
parent 3ba92553ef
commit cf67eae23c

View File

@@ -1174,8 +1174,8 @@
"allowedDomains": { "allowedDomains": {
"title": "Allowed Domains", "title": "Allowed Domains",
"description": "A list of allowed domains for the browser agent (e.g., [\"github.com\", \"*.google.com\"]).", "description": "A list of allowed domains for the browser agent (e.g., [\"github.com\", \"*.google.com\"]).",
"markdownDescription": "A list of allowed domains for the browser agent (e.g., [\"github.com\", \"*.google.com\"]).\n\n- Category: `Advanced`\n- Requires restart: `yes`\n- Default: `[\n \"github.com\",\n \"*.google.com\"\n]`", "markdownDescription": "A list of allowed domains for the browser agent (e.g., [\"github.com\", \"*.google.com\"]).\n\n- Category: `Advanced`\n- Requires restart: `yes`\n- Default: `[\n \"github.com\",\n \"*.google.com\",\n \"localhost\"\n]`",
"default": ["github.com", "*.google.com"], "default": ["github.com", "*.google.com", "localhost"],
"type": "array", "type": "array",
"items": { "items": {
"type": "string" "type": "string"