@ferricstore/ferricstore
Preparing search index...
langgraph
LangGraphFlowContext
Class LangGraphFlowContext
Index
Constructors
constructor
Properties
checkpoint
Ns
flow
thread
Id
Accessors
id
partition
Key
payload
state
type
values
Constructors
constructor
new
LangGraphFlowContext
(
flow
:
FerricFlowHandlerContext
,
threadId
:
string
,
checkpointNs
:
string
,
)
:
LangGraphFlowContext
Parameters
flow
:
FerricFlowHandlerContext
threadId
:
string
checkpointNs
:
string
Returns
LangGraphFlowContext
Properties
Readonly
checkpoint
Ns
checkpointNs
:
string
Readonly
flow
flow
:
FerricFlowHandlerContext
Readonly
thread
Id
threadId
:
string
Accessors
id
get
id
()
:
string
Returns
string
partition
Key
get
partitionKey
()
:
string
|
undefined
Returns
string
|
undefined
payload
get
payload
()
:
unknown
Returns
unknown
state
get
state
()
:
string
Returns
string
type
get
type
()
:
string
Returns
string
values
get
values
()
:
Record
<
string
,
unknown
>
Returns
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
checkpoint
Ns
flow
thread
Id
Accessors
id
partition
Key
payload
state
type
values
@ferricstore/ferricstore
Loading...