public readonly property contextUsagePercent as Int:
Last known context usage percentage, capped to 100.
session = LLMChatSession(provider).withContextWindow(1000) print(session.contextUsagePercent)