mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 16:53:04 +08:00
refactor(memory): remove legacy dialogMap in MemoryRuntime and related modules
This commit is contained in:
@@ -130,7 +130,7 @@ class MemoryRuntimeTest {
|
||||
|
||||
unit.setSlices(new ArrayList<>(List.of(firstSlice, secondSlice)));
|
||||
|
||||
runtime.recordMemory(unit, "topic/main", List.of("topic/related"), "dialog-summary");
|
||||
runtime.recordMemory(unit, "topic/main", List.of("topic/related"));
|
||||
|
||||
Map<String, CopyOnWriteArrayList<SliceRef>> topicSlices = topicSlices(runtime);
|
||||
assertEquals(List.of("slice-2"),
|
||||
|
||||
Reference in New Issue
Block a user