Commit 7833e16
authored
missing session prompt in default configuration (MemMachine#760)
fixes a missing default configuration value for the session prompt field,
which is required by semantic memory. The default value is now set to
["profile_prompt"] instead of an empty list.
Key Changes:
- Updated the default value for PromptConf.session from an empty list to
["profile_prompt"]
- Added test assertions to verify both session and profile prompts
contain "profile_prompt"]1 parent b04db65 commit 7833e16
File tree
2 files changed
+4
-1
lines changed- src/memmachine/common/configuration
- tests/memmachine/installation
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
63 | 66 | | |
64 | 67 | | |
65 | 68 | | |
| |||
0 commit comments