add basic crud for ai budgets

This commit is contained in:
Owen
2026-08-10 11:05:10 -04:00
parent 969e7c9296
commit 0050fad70d
14 changed files with 1098 additions and 3 deletions
+2 -1
View File
@@ -30,7 +30,8 @@ export enum OpenAPITags {
PublicResourceLegacy = "Public Resource (Legacy)",
PrivateResourceLegacy = "Private Resource (Legacy)",
AiProvider = "AI Provider",
AiModel = "AI Model"
AiModel = "AI Model",
AiBudget = "AI Budget"
}
// Order here controls the order tags are displayed in Swagger UI