Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/skills / frontmatter / parseHandoffInputFilter
Function: parseHandoffInputFilter()
ts
function parseHandoffInputFilter(value):
| HandoffInputFilterDeclaration
| null;Defined in: packages/skills/src/frontmatter/index.ts:449
Parse the handoff-input-filter field into a structured declaration. Returns null for unsupported shapes; callers should attach a diagnostic when the return value is null and the source value was non-undefined.
Parameters
| Parameter | Type |
|---|---|
value | unknown |
Returns
| HandoffInputFilterDeclaration | null