v0.2.5 grouped actions
This commit is contained in:
@@ -94,15 +94,13 @@ const inputSpec = InputSpec.of({
|
||||
placeholder: null,
|
||||
}),
|
||||
// Max tier knobs.
|
||||
max_monthly: Value.union(
|
||||
{
|
||||
name: 'Max — Monthly Credits',
|
||||
description:
|
||||
'Max-tier users default to unlimited monthly credits. Switch to "Limit to a specific amount" to cap how many credits each Max install can spend per month.',
|
||||
default: 'unlimited',
|
||||
},
|
||||
maxMonthlyVariants,
|
||||
),
|
||||
max_monthly: Value.union({
|
||||
name: 'Max — Monthly Credits',
|
||||
description:
|
||||
'Max-tier users default to unlimited monthly credits. Switch to "Limit to a specific amount" to cap how many credits each Max install can spend per month.',
|
||||
default: 'unlimited',
|
||||
variants: maxMonthlyVariants,
|
||||
}),
|
||||
max_gemini_cap: Value.number({
|
||||
name: 'Max — Gemini Cap (monthly)',
|
||||
description:
|
||||
@@ -127,7 +125,7 @@ export const adjustTierQuotas = sdk.Action.withInput(
|
||||
'Tune the per-tier monthly credit caps and Gemini exposure without redeploying. Changes apply to the next request — no restart needed.',
|
||||
warning: null,
|
||||
allowedStatuses: 'any',
|
||||
group: null,
|
||||
group: 'Tiers',
|
||||
visibility: 'enabled',
|
||||
}),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user