langchain.js
Preparing search index...
langchain
index
Interrupt
Interface Interrupt<TValue>
Represents information about an interrupt.
interface
Interrupt
<
TValue
=
unknown
>
{
id
:
string
;
value
:
TValue
;
}
Type Parameters
TValue
=
unknown
Index
Properties
id
value
Properties
id
id
:
string
The ID of the interrupt.
value
value
:
TValue
The requests for human input.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
value
langchain.js
Loading...
Represents information about an interrupt.