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

Last total token count reported by the provider.

session = LLMChatSession(provider)
print(session.lastTotalTokens)