Skip to content

Documentation / @agentick/core / SnapshotToolDefinition

Interface: SnapshotToolDefinition ​

Defined in: core/src/app/types.ts:1257

Tool definition as captured in snapshot (minimal, JSON-safe).

Properties ​

description? ​

optional description: string

Defined in: core/src/app/types.ts:1259


inputSchema? ​

optional inputSchema: Record<string, unknown>

Defined in: core/src/app/types.ts:1260


name ​

name: string

Defined in: core/src/app/types.ts:1258

Released under the ISC License.