Skip to content

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

PropertyModifierTypeDescriptionDefined in
__source?readonlyToolSourcePresent on ResolvedTool; absent tools group under "tools".packages/tools/src/code-mode/project.ts:41
description?readonlystring-packages/tools/src/code-mode/project.ts:36
inputSchema?readonlyunknown-packages/tools/src/code-mode/project.ts:37
namereadonlystring-packages/tools/src/code-mode/project.ts:35
outputSchema?readonlyunknownA5: the tool's output schema; renders the signature's return type.packages/tools/src/code-mode/project.ts:39