Preparing search index...
The search index is not available
@iqai/adk API Documentation
@iqai/adk API Documentation
Workflows
InMemorySnapshotStore
Class InMemorySnapshotStore
Implements
SnapshotStore
Index
Constructors
constructor
Methods
save
load
delete
list
clear
Constructors
constructor
new
In
Memory
Snapshot
Store
(
)
:
InMemorySnapshotStore
Returns
InMemorySnapshotStore
Methods
save
save
(
snapshot
)
:
Promise
<
void
>
Parameters
snapshot
:
WorkflowSnapshot
Returns
Promise
<
void
>
load
load
(
workflowId
,
runId
)
:
Promise
<
WorkflowSnapshot
>
Parameters
workflowId
:
string
runId
:
string
Returns
Promise
<
WorkflowSnapshot
>
delete
delete
(
workflowId
,
runId
)
:
Promise
<
void
>
Parameters
workflowId
:
string
runId
:
string
Returns
Promise
<
void
>
list
list
(
workflowId
)
:
Promise
<
WorkflowSnapshot
[]
>
Parameters
workflowId
:
string
Returns
Promise
<
WorkflowSnapshot
[]
>
clear
clear
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
save
load
delete
list
clear
@iqai/adk API Documentation
Loading...