Graphorin API reference v0.13.8
Graphorin API reference / @graphorin/memory / tools / FactRememberInput
Interface: FactRememberInput
Defined in: packages/memory/src/tools/fact-tools.ts:45
Explicit interfaces instead of z.infer<typeof schema> - the inferred aliases baked concrete v3 zod object generics into the published d.ts, which do not typecheck under a zod@4 consumer. Interface<->schema equality is pinned by type tests. Optionals carry | undefined to match zod's .optional() inference exactly.