Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/core / / OutputSpec

Interface: OutputSpec

Defined in: packages/core/src/contracts/provider.ts:286

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:288
jsonSchema?readonlyReadonly<Record&lt;string, unknown&gt;>packages/core/src/contracts/provider.ts:289
kindreadonly"text" | "structured"packages/core/src/contracts/provider.ts:287