Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/skills / / InlineSkillTool

Type Alias: InlineSkillTool

ts
type InlineSkillTool = Tool;

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

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