klyn.llm.LLMChatSession.contextLengthTokens
property
public readonly property contextLengthTokens as Int:
Description

Configured context length in tokens.

session = LLMChatSession(provider).withContextWindow(200000)
assert session.contextLengthTokens == 200000