Buffer Memory Node
Attach this node to an Agent or LLM to keep track of the conversation history.
Attach this node to an Agent or LLM to keep track of the conversation history.
Properties
| Label | Property | Type | Description | Default Value | Is Required |
|---|---|---|---|---|---|
| Number of Messages | numberOfMessages | botdojo/types/number | 30 | ||
| Memory Key | memoryKey | botdojo/types/string | buffer_memory | ||
| User Message Behavior | userMessageBehavior | botdojo/types/options | Default (prompt user message added to memory),Override (custom user message added memory) | ✅ |
Output
| Label | Property | Type | Description | Default Value |
|---|---|---|---|---|
| Memory | memory | botdojo/interface/memory | Output | null |