tinker.types.BillingUsageSession
class tinker.types.BillingUsageSession(BaseModel)
Session-level attributes tied to a session.
Fields:
- user_metadata (dict[str, str] | None) – The session's customer-supplied user_metadata (as passed to CreateSessionRequest.user_metadata); None when the session has none.