diff --git a/_data/shared_chrome.json b/_data/shared_chrome.json index eb0f128b24..f1bf0f66f0 100644 --- a/_data/shared_chrome.json +++ b/_data/shared_chrome.json @@ -1,7 +1,7 @@ { "$schema": "https://www.metabase.com/shared/chrome.schema.json", "version": 1, - "generated_at": "2026-05-28T09:16:56+00:00", + "generated_at": "2026-05-29T17:23:14+00:00", "origin": "https://www.metabase.com", "stylesheets": [ { diff --git a/_docs/latest/api.json b/_docs/latest/api.json index 45c24f9fcf..090d1643ea 100644 --- a/_docs/latest/api.json +++ b/_docs/latest/api.json @@ -33301,7 +33301,7 @@ "post" : { "operationId" : "post-api-metabot-metabot-id-prompt-suggestions-regenerate", "summary" : "POST /api/metabot/metabot/{id}/prompt-suggestions/regenerate", - "description" : "Remove any existing prompt suggestions for the Metabot instance with `id` and generate new ones.", + "description" : "Remove any existing prompt suggestions for the Metabot with `id` and generate new ones.\n The response `:status` is `:generated` (with a `:prompt_count`) when prompts were created,\n `:no-library-content` when the Metabot has no models or metrics to summarize, or\n `:ai-produced-no-prompts` when generation produced nothing.\n Returns a 402 if the instance has reached its managed-AI usage limit.", "parameters" : [ { "in" : "path", "name" : "id", @@ -33313,6 +33313,44 @@ } ], "responses" : { "2XX" : { + "content" : { + "application/json" : { + "schema" : { + "oneOf" : [ { + "additionalProperties" : false, + "properties" : { + "prompt_count" : { + "minimum" : 1, + "type" : "integer" + }, + "status" : { + "const" : "generated" + } + }, + "required" : [ "status", "prompt_count" ], + "type" : "object" + }, { + "additionalProperties" : false, + "properties" : { + "status" : { + "const" : "no-library-content" + } + }, + "required" : [ "status" ], + "type" : "object" + }, { + "additionalProperties" : false, + "properties" : { + "status" : { + "const" : "ai-produced-no-prompts" + } + }, + "required" : [ "status" ], + "type" : "object" + } ] + } + } + }, "description" : "Successful response" }, "4XX" : { diff --git a/_docs/v0.61/api.json b/_docs/v0.61/api.json index 45c24f9fcf..090d1643ea 100644 --- a/_docs/v0.61/api.json +++ b/_docs/v0.61/api.json @@ -33301,7 +33301,7 @@ "post" : { "operationId" : "post-api-metabot-metabot-id-prompt-suggestions-regenerate", "summary" : "POST /api/metabot/metabot/{id}/prompt-suggestions/regenerate", - "description" : "Remove any existing prompt suggestions for the Metabot instance with `id` and generate new ones.", + "description" : "Remove any existing prompt suggestions for the Metabot with `id` and generate new ones.\n The response `:status` is `:generated` (with a `:prompt_count`) when prompts were created,\n `:no-library-content` when the Metabot has no models or metrics to summarize, or\n `:ai-produced-no-prompts` when generation produced nothing.\n Returns a 402 if the instance has reached its managed-AI usage limit.", "parameters" : [ { "in" : "path", "name" : "id", @@ -33313,6 +33313,44 @@ } ], "responses" : { "2XX" : { + "content" : { + "application/json" : { + "schema" : { + "oneOf" : [ { + "additionalProperties" : false, + "properties" : { + "prompt_count" : { + "minimum" : 1, + "type" : "integer" + }, + "status" : { + "const" : "generated" + } + }, + "required" : [ "status", "prompt_count" ], + "type" : "object" + }, { + "additionalProperties" : false, + "properties" : { + "status" : { + "const" : "no-library-content" + } + }, + "required" : [ "status" ], + "type" : "object" + }, { + "additionalProperties" : false, + "properties" : { + "status" : { + "const" : "ai-produced-no-prompts" + } + }, + "required" : [ "status" ], + "type" : "object" + } ] + } + } + }, "description" : "Successful response" }, "4XX" : { diff --git a/_site/docs/latest/api.json b/_site/docs/latest/api.json index 45c24f9fcf..090d1643ea 100644 --- a/_site/docs/latest/api.json +++ b/_site/docs/latest/api.json @@ -33301,7 +33301,7 @@ "post" : { "operationId" : "post-api-metabot-metabot-id-prompt-suggestions-regenerate", "summary" : "POST /api/metabot/metabot/{id}/prompt-suggestions/regenerate", - "description" : "Remove any existing prompt suggestions for the Metabot instance with `id` and generate new ones.", + "description" : "Remove any existing prompt suggestions for the Metabot with `id` and generate new ones.\n The response `:status` is `:generated` (with a `:prompt_count`) when prompts were created,\n `:no-library-content` when the Metabot has no models or metrics to summarize, or\n `:ai-produced-no-prompts` when generation produced nothing.\n Returns a 402 if the instance has reached its managed-AI usage limit.", "parameters" : [ { "in" : "path", "name" : "id", @@ -33313,6 +33313,44 @@ } ], "responses" : { "2XX" : { + "content" : { + "application/json" : { + "schema" : { + "oneOf" : [ { + "additionalProperties" : false, + "properties" : { + "prompt_count" : { + "minimum" : 1, + "type" : "integer" + }, + "status" : { + "const" : "generated" + } + }, + "required" : [ "status", "prompt_count" ], + "type" : "object" + }, { + "additionalProperties" : false, + "properties" : { + "status" : { + "const" : "no-library-content" + } + }, + "required" : [ "status" ], + "type" : "object" + }, { + "additionalProperties" : false, + "properties" : { + "status" : { + "const" : "ai-produced-no-prompts" + } + }, + "required" : [ "status" ], + "type" : "object" + } ] + } + } + }, "description" : "Successful response" }, "4XX" : { diff --git a/_site/docs/v0.61/api.json b/_site/docs/v0.61/api.json index 45c24f9fcf..090d1643ea 100644 --- a/_site/docs/v0.61/api.json +++ b/_site/docs/v0.61/api.json @@ -33301,7 +33301,7 @@ "post" : { "operationId" : "post-api-metabot-metabot-id-prompt-suggestions-regenerate", "summary" : "POST /api/metabot/metabot/{id}/prompt-suggestions/regenerate", - "description" : "Remove any existing prompt suggestions for the Metabot instance with `id` and generate new ones.", + "description" : "Remove any existing prompt suggestions for the Metabot with `id` and generate new ones.\n The response `:status` is `:generated` (with a `:prompt_count`) when prompts were created,\n `:no-library-content` when the Metabot has no models or metrics to summarize, or\n `:ai-produced-no-prompts` when generation produced nothing.\n Returns a 402 if the instance has reached its managed-AI usage limit.", "parameters" : [ { "in" : "path", "name" : "id", @@ -33313,6 +33313,44 @@ } ], "responses" : { "2XX" : { + "content" : { + "application/json" : { + "schema" : { + "oneOf" : [ { + "additionalProperties" : false, + "properties" : { + "prompt_count" : { + "minimum" : 1, + "type" : "integer" + }, + "status" : { + "const" : "generated" + } + }, + "required" : [ "status", "prompt_count" ], + "type" : "object" + }, { + "additionalProperties" : false, + "properties" : { + "status" : { + "const" : "no-library-content" + } + }, + "required" : [ "status" ], + "type" : "object" + }, { + "additionalProperties" : false, + "properties" : { + "status" : { + "const" : "ai-produced-no-prompts" + } + }, + "required" : [ "status" ], + "type" : "object" + } ] + } + } + }, "description" : "Successful response" }, "4XX" : {