v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
@langchain/openai
OpenAIClient
Responses
ResponseOutputText
Logprob
TopLogprob
Interface TopLogprob
The top log probability of a token.
interface
TopLogprob
{
bytes
:
number
[]
;
logprob
:
number
;
token
:
string
;
}
Index
Properties
bytes
logprob
token
Properties
bytes
bytes
:
number
[]
logprob
logprob
:
number
token
token
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bytes
logprob
token
LangChain.js
Loading...
The top log probability of a token.