Skip to content

Commit 8327ac7

Browse files
committed
fix: restore EPISODIC strategy to configuration.md
The revert of the CUSTOM strategy commit inadvertently removed the EPISODIC row from the Memory Strategies table in configuration.md.
1 parent 0860eff commit 8327ac7

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

docs/configuration.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,12 @@ on the next deployment.
239239

240240
### Memory Strategies
241241

242-
| Strategy | Description |
243-
| ----------------- | --------------------------------------------------- |
244-
| `SEMANTIC` | Vector-based similarity search for relevant context |
245-
| `SUMMARIZATION` | Compressed conversation history |
246-
| `USER_PREFERENCE` | Store user-specific preferences and settings |
242+
| Strategy | Description |
243+
| ----------------- | ------------------------------------------------------ |
244+
| `SEMANTIC` | Vector-based similarity search for relevant context |
245+
| `SUMMARIZATION` | Compressed conversation history |
246+
| `USER_PREFERENCE` | Store user-specific preferences and settings |
247+
| `EPISODIC` | Capture and reflect on meaningful interaction episodes |
247248

248249
Strategy configuration:
249250

0 commit comments

Comments
 (0)