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
fix: address PR review feedback for service tier implementation
- Fixed documentation comment about streaming behavior (service_tier IS sent for streaming)
- Added internationalization for all UI strings (Service tier, Standard, Flex, Priority, pricing table)
- Fixed TypeScript type safety by using proper ServiceTier type instead of 'any' casts
- All tests passing, TypeScript compilation successful
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/en/settings.json
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -857,5 +857,19 @@
857
857
"includeMaxOutputTokensDescription": "Send max output tokens parameter in API requests. Some providers may not support this.",
858
858
"limitMaxTokensDescription": "Limit the maximum number of tokens in the response",
859
859
"maxOutputTokensLabel": "Max output tokens",
860
-
"maxTokensGenerateDescription": "Maximum tokens to generate in response"
860
+
"maxTokensGenerateDescription": "Maximum tokens to generate in response",
861
+
"serviceTier": {
862
+
"label": "Service tier",
863
+
"tooltip": "For faster processing of API requests, try the priority processing service tier. For lower prices with higher latency, try the flex processing tier.",
864
+
"standard": "Standard",
865
+
"flex": "Flex",
866
+
"priority": "Priority",
867
+
"pricingTableTitle": "Pricing by service tier (price per 1M tokens)",
0 commit comments