MINOR - Config to PATCH metapilot descriptions if empty (#17424)

* MINOR - Config to PATCH metapilot descriptions if empty

* MINOR - Config to PATCH metapilot descriptions if empty
This commit is contained in:
Pere Miquel Brull 2024-08-14 15:41:53 +02:00 committed by GitHub
parent def0fcc5eb
commit 4a0c251e5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,13 +31,19 @@
"autoCompleteType": "database_search_index"
}
},
"patchIfEmpty": {
"title": "Patch Description If Empty",
"description": "Patch the description if it is empty, instead of raising a suggestion",
"type": "boolean",
"default": false
},
"copilotDatabases": {
"title": "Databases for SQL Copilot",
"description": "Services and Databases configured to get enable the SQL Copilot.",
"type": "array",
"items": {
"placeholder": "Search Databases",
"type": "string",
"$ref": "../../../../type/entityReference.json",
"format": "autoComplete",
"autoCompleteType": "database_search_index"
}