Skip to content

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

PropertyModifierTypeDefined in
description?readonlystringpackages/core/src/contracts/provider.ts:221
jsonSchema?readonlyReadonly<Record&lt;string, unknown&gt;>packages/core/src/contracts/provider.ts:222
kindreadonly"text" | "structured"packages/core/src/contracts/provider.ts:220