Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _data/shared_chrome.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down
40 changes: 39 additions & 1 deletion _docs/latest/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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" : {
Expand Down
40 changes: 39 additions & 1 deletion _docs/v0.61/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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" : {
Expand Down
40 changes: 39 additions & 1 deletion _site/docs/latest/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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" : {
Expand Down
40 changes: 39 additions & 1 deletion _site/docs/v0.61/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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" : {
Expand Down