Graphorin API reference v0.13.8
Graphorin API reference / @graphorin/memory / tools / BlockAppendInput
Interface: BlockAppendInput
Defined in: packages/memory/src/tools/block-tools.ts:21
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.
Properties
| Property | Type | Defined in |
|---|---|---|
content | string | packages/memory/src/tools/block-tools.ts:23 |
label | string | packages/memory/src/tools/block-tools.ts:22 |