We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3246451 commit 08408daCopy full SHA for 08408da
1 file changed
src/memory/index.ts
@@ -225,7 +225,7 @@ export class KnowledgeGraphManager {
225
226
let knowledgeGraphManager: KnowledgeGraphManager;
227
228
-// Zod schemas for entities and relations - Patched for Gemini CLI compatibility
+// Zod schemas for entities and relations
229
const EntitySchema = z.object({
230
type: z.string().optional().describe("Internal type discriminator (entity)"),
231
name: z.string().describe("The name of the entity"),
0 commit comments