Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/skills / / SkillToolDeclaration
Interface: SkillToolDeclaration
Defined in: packages/skills/src/types/index.ts:240
Tool declaration found inside graphorin-tools:. The loader only captures the declarations; the actual Tool[] is produced by the skill author's tools/*.ts modules and bridged into the @graphorin/tools registry by the agent runtime in Phase 12.
Stable
Extended by
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
description? | readonly | string | packages/skills/src/types/index.ts:243 |
module? | readonly | string | packages/skills/src/types/index.ts:242 |
name | readonly | string | packages/skills/src/types/index.ts:241 |
tags? | readonly | readonly string[] | packages/skills/src/types/index.ts:244 |