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: dashboard/src/i18n/locales/en-US/features/config-metadata.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -276,6 +276,18 @@
276
276
"fallback_max_context_tokens": {
277
277
"description": "Fallback context window size",
278
278
"hint": "When max_context_tokens is 0 and the model is not in built-in metadata, use this value as the context window size. Default: 128000."
279
+
},
280
+
"context_limit_type": {
281
+
"description": "Compression Trigger Mode",
282
+
"labels": [
283
+
"By Percentage (Model Window × 82%)",
284
+
"By Fixed Token Threshold"
285
+
],
286
+
"hint": "\"By Percentage\" is the default behavior. \"By Fixed Token Threshold\" allows setting an absolute token count as the trigger point."
287
+
},
288
+
"compression_token_threshold": {
289
+
"description": "Token Trigger Threshold",
290
+
"hint": "Effective when trigger mode is set to \"By Fixed Token Threshold\". Compression triggers when the current context token count reaches this value."
0 commit comments