v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
@langchain/openai
OpenAIClient
Responses
ResponseTextDoneEvent
Logprob
TopLogprob
Interface TopLogprob
interface
TopLogprob
{
logprob
?:
number
;
token
?:
string
;
}
Index
Properties
logprob?
token?
Properties
Optional
logprob
logprob
?:
number
The log probability of this token.
Optional
token
token
?:
string
A possible text token.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
logprob
token
LangChain.js
Loading...
The log probability of this token.