TokenLimitReachedException::getMaxTokens(): int|null In this article Table of ContentsReturn Source Changelog ↑ Back to top Returns the token limit that was reached, if known. Return int|null The token limit, or null if not provided. Source public function getMaxTokens(): ?int { return $this->maxTokens; } View all references View on Trac View on GitHub Changelog VersionDescription1.0.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.