Skip to content

Commit 08408da

Browse files
Update src/memory/index.ts
Co-authored-by: adam jones <domdomegg+git@gmail.com>
1 parent 3246451 commit 08408da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/memory/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ export class KnowledgeGraphManager {
225225

226226
let knowledgeGraphManager: KnowledgeGraphManager;
227227

228-
// Zod schemas for entities and relations - Patched for Gemini CLI compatibility
228+
// Zod schemas for entities and relations
229229
const EntitySchema = z.object({
230230
type: z.string().optional().describe("Internal type discriminator (entity)"),
231231
name: z.string().describe("The name of the entity"),

0 commit comments

Comments
 (0)