public readonly property lastCompletionTokens as Int:
Last completion token count reported by the provider.
session = LLMChatSession(provider) print(session.lastCompletionTokens)