Skip to content

OpenAI.TokenEngine.Token

Andrew Lambert edited this page Mar 7, 2023 · 2 revisions

Method signature

Function Token(TokenIndex As Integer) As String

Parameters

Name Type Comment
TokenIndex Integer The index of the token to get.

Return value

The string value of the specified token.

Clone this wiki locally