public readonly property contextLengthTokens as Int:
Configured context length in tokens.
session = LLMChatSession(provider).withContextWindow(200000) assert session.contextLengthTokens == 200000