langchain.js
Preparing search index...
@langchain/core
callbacks/base
NewTokenIndices
Interface NewTokenIndices
Interface for the indices of a new token produced by an LLM or Chat Model in streaming mode.
interface
NewTokenIndices
{
completion
:
number
;
prompt
:
number
;
}
Index
Properties
completion
prompt
Properties
completion
completion
:
number
prompt
prompt
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
completion
prompt
langchain.js
Loading...
Interface for the indices of a new token produced by an LLM or Chat Model in streaming mode.