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:
Marshall Bowers 2025-04-29 16:22:51 -04:00 committed by GitHub
parent 15a83b5a10
commit 24e47de02a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 4 deletions

View file

@ -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);