You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/openapi-core.json
+28-6Lines changed: 28 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1018,7 +1018,7 @@
1018
1018
"get": {
1019
1019
"operationId": "getUsageSummary",
1020
1020
"summary": "Get Usage Summary",
1021
-
"description": "Current-billing-period usage with the per-source credit breakdown (`workflow`, `copilot`, `knowledge-base`, …) — monitor one source's consumption directly instead of estimating it by subtraction. All values are credits (1,000 credits = $5); dollar costs are not part of this surface.",
1021
+
"description": "Current-billing-period usage with the per-source credit breakdown (`workflow`, `sim-chat`, `knowledge-base`, …) — monitor one source's consumption directly instead of estimating it by subtraction. Sim Chat combines the internal Copilot and workspace-chat ledgers. All values are credits (1,000 credits = $5); dollar costs are not part of this surface.",
1022
1022
"tags": ["Usage"],
1023
1023
"security": [
1024
1024
{
@@ -1098,7 +1098,7 @@
1098
1098
"totalCredits": 512,
1099
1099
"bySourceCredits": {
1100
1100
"workflow": 380,
1101
-
"copilot": 120,
1101
+
"sim-chat": 120,
1102
1102
"knowledge-base": 12
1103
1103
},
1104
1104
"limitCredits": 20000,
@@ -1140,9 +1140,20 @@
1140
1140
"in": "query",
1141
1141
"required": false,
1142
1142
"schema": {
1143
-
"type": "string"
1143
+
"type": "string",
1144
+
"enum": [
1145
+
"workflow",
1146
+
"wand",
1147
+
"sim-chat",
1148
+
"mcp_copilot",
1149
+
"mothership_block",
1150
+
"knowledge-base",
1151
+
"voice-input",
1152
+
"enrichment",
1153
+
"voice-output"
1154
+
]
1144
1155
},
1145
-
"description": "Restrict to one usage source (e.g. `workflow`, `copilot`)."
1156
+
"description": "Restrict to one usage source (e.g. `workflow`, `sim-chat`). `sim-chat` includes both the internal Copilot and workspace-chat ledgers."
0 commit comments