make defaultPrompt an array, keep backcompat

This commit is contained in:
Sayan Sisodiya
2026-03-13 17:12:52 -07:00
parent d58620c852
commit 1a6f7c04bf
9 changed files with 409 additions and 11 deletions

View File

@@ -8672,8 +8672,12 @@
]
},
"defaultPrompt": {
"description": "Starter prompts for the plugin. Capped at 3 entries with a maximum of 128 characters per entry.",
"items": {
"type": "string"
},
"type": [
"string",
"array",
"null"
]
},