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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add subscription_limits field to Call type
Add an optional `subscription_limits` field to the `Call` model that
exposes org-level subscription limits (including concurrency limit
information) at the time of a call. This surfaces a new `SubscriptionLimits`
type and wires it as an aliased optional field on `Call`.
Key changes:
- Add `SubscriptionLimits` import to `call.py`
- Add optional `subscription_limits` field (aliased as `subscriptionLimits`) to the `Call` model
- Field defaults to `None` and includes description of concurrency limit context
🌿 Generated with Fern