Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/core / / OutputSpec
Interface: OutputSpec
Defined in: packages/core/src/contracts/provider.ts:219
Output type specification for structured / typed responses. Concrete Zod-based variants live in the runtime packages.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
description? | readonly | string | packages/core/src/contracts/provider.ts:221 |
jsonSchema? | readonly | Readonly<Record<string, unknown>> | packages/core/src/contracts/provider.ts:222 |
kind | readonly | "text" | "structured" | packages/core/src/contracts/provider.ts:220 |