Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/skills / / InlineSkillTool

Type Alias: InlineSkillTool

ts
type InlineSkillTool = Tool;

Defined in: packages/skills/src/types/index.ts:96

Pre-built tool record accepted by the inline source. The loader does not parse the tool — it forwards the record to the agent runtime which feeds it through stampSkillTool(...) before registering with @graphorin/tools.

Stable