-
-
Notifications
You must be signed in to change notification settings - Fork 6
OpenAI.ChatCompletion.Tokens
Andrew Lambert edited this page Jun 1, 2024
·
2 revisions
OpenAI.ChatCompletion.Tokens
Function Tokens(ResultIndex As Integer = 0) As OpenAI.TokenEngine
Name | Type | Comment |
---|---|---|
ResultIndex | Integer | Optional. The index of the result to retrieve if there are more than one. If the index is invalid then an OutOfBoundsException will be raised. |
A reference to a TokenEngine for the result at ResultIndex
. Not all endpoints provide token information.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2023-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.