This commit is contained in:
@@ -55,7 +55,6 @@ describe('Conversation API', () => {
|
||||
memory,
|
||||
now: '2026-05-01T10:00:00.000Z',
|
||||
models: {
|
||||
initialization: { async extractInitialFacts() { return []; } },
|
||||
conversation: {
|
||||
async generateReply(input) {
|
||||
memorySummary = input.context.memorySummary;
|
||||
@@ -64,7 +63,8 @@ describe('Conversation API', () => {
|
||||
},
|
||||
},
|
||||
});
|
||||
await persona.ready();
|
||||
const space = await persona.ready();
|
||||
memory.facts.set(space.id, []);
|
||||
|
||||
await persona.sendMessage({
|
||||
datetime: '2026-05-01T12:00:00.000Z',
|
||||
|
||||
Reference in New Issue
Block a user