Memory
Add memory store
Usage Instructions
Create persistent storage for data that needs to be accessed across multiple workflow steps. Store and retrieve information throughout your workflow execution to maintain context and state.
Tools
memory_add
memory_get
memory_get_all
memory_delete
Block Configuration
Input
Parameter | Type | Required | Description |
---|---|---|---|
operation | string | Yes | Operation |
Outputs
Output | Type | Description |
---|---|---|
memories | any | memories output from the block |
id | string | id output from the block |
Notes
- Category:
blocks
- Type:
memory