Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/core / / ToolDefinitionExample
Interface: ToolDefinitionExample
Defined in: packages/core/src/contracts/provider.ts:222
A single worked example as projected onto the provider wire contract — a serializable, schema-agnostic view of a ToolExample. input / output carry the example's already-parsed values; comment is the optional rationale shown to the model.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
comment? | readonly | string | packages/core/src/contracts/provider.ts:225 |
input | readonly | unknown | packages/core/src/contracts/provider.ts:223 |
output | readonly | unknown | packages/core/src/contracts/provider.ts:224 |