Skip to content

Documentation / @agentick/core / SnapshotToolDefinition

Interface: SnapshotToolDefinition

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

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

Properties

description?

optional description: string

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


inputSchema?

optional inputSchema: Record<string, unknown>

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


name

name: string

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

Released under the ISC License.