Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/tools / code-mode / ProjectableTool
Interface: ProjectableTool
Defined in: packages/tools/src/code-mode/project.ts:31
Structural view of a tool this module can project.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
__source? | readonly | ToolSource | Present on ResolvedTool; absent tools group under "tools". | packages/tools/src/code-mode/project.ts:36 |
description? | readonly | string | - | packages/tools/src/code-mode/project.ts:33 |
inputSchema? | readonly | unknown | - | packages/tools/src/code-mode/project.ts:34 |
name | readonly | string | - | packages/tools/src/code-mode/project.ts:32 |