diff --git a/package.json b/package.json index 55980b5..9f7f676 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "identitydb", - "version": "0.5.2", + "version": "0.5.1", "description": "TypeScript memory graph database wrapper for topics, facts, and AI-assisted ingestion.", "license": "MIT", "type": "module", diff --git a/tests/ingestion.test.ts b/tests/ingestion.test.ts index f61bfe3..d48c270 100644 --- a/tests/ingestion.test.ts +++ b/tests/ingestion.test.ts @@ -144,11 +144,6 @@ describe("IdentityDB ingestion", () => { }, ); - expect(prompt).toEqual({ - instruction: expect.stringContaining("Extract structured facts from the user input."), - input: "I have worked with Bun and TypeScript since 2025.", - additionalInstruction: "Prefer technology and time topics.", - }); expect(fact.summary).toBe("The speaker has Bun and TypeScript experience."); expect(fact.source).toBe("chat"); expect(fact.confidence).toBe(0.91);