Add Short-Term Memory
addShortTermMemoryStore temporary information in a short-term cache for immediate recall, using a FIFO queue with limited capacity to manage recent data.
Instructions
Add a temporary memory to the short-term cache (FIFO, limited capacity)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The memory text to store |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| success | Yes |