This commit is contained in:
Wells Bunker 2025-09-30 12:25:45 -06:00
parent e94142a582
commit a8a48006cb
No known key found for this signature in database
GPG Key ID: DB16D6F2679B78FC
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ ALTER TABLE "users" ALTER COLUMN "suggested_prompts" SET DEFAULT '{
], ],
"help": [ "help": [
"what types of analyses can you perform?", "what types of analyses can you perform?",
"what questions can I as buster?", "what questions can I ask buster?",
"what data models are available for queries?", "what data models are available for queries?",
"can you explain your forecasting capabilities?" "can you explain your forecasting capabilities?"
] ]

View File

@ -5596,7 +5596,7 @@
"type": "jsonb", "type": "jsonb",
"primaryKey": false, "primaryKey": false,
"notNull": true, "notNull": true,
"default": "'{\n \"suggestedPrompts\": {\n \"report\": [\n \"provide a trend analysis of quarterly profits\",\n \"evaluate product performance across regions\"\n ],\n \"dashboard\": [\n \"create a sales performance dashboard\",\n \"design a revenue forecast dashboard\"\n ],\n \"visualization\": [\n \"create a metric for monthly sales\",\n \"show top vendors by purchase volume\"\n ],\n \"help\": [\n \"what types of analyses can you perform?\",\n \"what questions can I as buster?\",\n \"what data models are available for queries?\",\n \"can you explain your forecasting capabilities?\"\n ]\n },\n \"updatedAt\": \"2024-01-01T00:00:00.000Z\"\n }'::jsonb" "default": "'{\n \"suggestedPrompts\": {\n \"report\": [\n \"provide a trend analysis of quarterly profits\",\n \"evaluate product performance across regions\"\n ],\n \"dashboard\": [\n \"create a sales performance dashboard\",\n \"design a revenue forecast dashboard\"\n ],\n \"visualization\": [\n \"create a metric for monthly sales\",\n \"show top vendors by purchase volume\"\n ],\n \"help\": [\n \"what types of analyses can you perform?\",\n \"what questions can I ask buster?\",\n \"what data models are available for queries?\",\n \"can you explain your forecasting capabilities?\"\n ]\n },\n \"updatedAt\": \"2024-01-01T00:00:00.000Z\"\n }'::jsonb"
}, },
"personalization_enabled": { "personalization_enabled": {
"name": "personalization_enabled", "name": "personalization_enabled",