Preparing search index...
The search index is not available
@ibm-cloud/watsonx-ai
@ibm-cloud/watsonx-ai
0.1.x
WatsonXAI
TextGenTopTokenInfo
Interface TextGenTopTokenInfo
The top tokens.
interface
TextGenTopTokenInfo
{
logprob
?:
number
;
text
?:
string
;
}
Index
Properties
logprob?
text?
Properties
Optional
logprob
logprob
?:
number
The natural log of probability for the token.
Optional
text
text
?:
string
The token text.
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
logprob
text
@ibm-cloud/watsonx-ai
Loading...
The top tokens.