Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/tools / code-mode / ProjectableTool
Interface: ProjectableTool
Defined in: packages/tools/src/code-mode/project.ts:34
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:41 |
description? | readonly | string | - | packages/tools/src/code-mode/project.ts:36 |
inputSchema? | readonly | unknown | - | packages/tools/src/code-mode/project.ts:37 |
name | readonly | string | - | packages/tools/src/code-mode/project.ts:35 |
outputSchema? | readonly | unknown | A5: the tool's output schema; renders the signature's return type. | packages/tools/src/code-mode/project.ts:39 |