[web] Add AI workbench to alpha users (#29417)

Co-authored-by: Alf Eaton <alf.eaton@overleaf.com>
GitOrigin-RevId: 79bb329932b1e6fcc88f648bca9cc4bee215cd41
This commit is contained in:
Mathias Jakobsen
2025-11-10 12:21:32 +00:00
committed by Copybot
parent c84cfc815a
commit 8024fe2c58
49 changed files with 8446 additions and 127 deletions

View File

@@ -9,6 +9,7 @@ const Usage = new Schema({
const UserFeatureUsageSchema = new Schema({
features: {
aiErrorAssistant: Usage,
aiWorkbench: Usage,
},
})