TokenUsage::getThoughtTokens(): int|null In this article Table of ContentsReturn Source Changelog ↑ Back to top Gets the number of thought tokens, which is a subset of the completion token count. Return int|null The thought token count or null if not available. Source public function getThoughtTokens(): ?int { return $this->thoughtTokens; } View all references View on Trac View on GitHub Changelog VersionDescription1.3.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.