collab: Add has_extended_trial
to LlmTokenClaims
(#29622)
This PR adds the `has_extended_trial` field to the LLM token claims. Release Notes: - N/A
This commit is contained in:
parent
15a83b5a10
commit
24e47de02a
3 changed files with 12 additions and 4 deletions
|
@ -5,6 +5,8 @@ use crate::Cents;
|
|||
|
||||
pub use token::*;
|
||||
|
||||
pub const AGENT_EXTENDED_TRIAL_FEATURE_FLAG: &str = "agent-extended-trial";
|
||||
|
||||
/// The maximum monthly spending an individual user can reach on the free tier
|
||||
/// before they have to pay.
|
||||
pub const FREE_TIER_MONTHLY_SPENDING_LIMIT: Cents = Cents::from_dollars(10);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue