Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/skills / / StampedSkillTool
Interface: StampedSkillTool<TInput, TOutput, TDeps>
Defined in: packages/skills/src/registry/bridge.ts:23
Result of stampSkillTool.
Type Parameters
| Type Parameter | Default type |
|---|---|
TInput | unknown |
TOutput | unknown |
TDeps | unknown |
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
inboundSanitizationForced | readonly | boolean | true when the inbound sanitization policy was upgraded to the untrusted default. | packages/skills/src/registry/bridge.ts:31 |
resolvedSandbox | readonly | ResolvedSandboxPolicy | Resolved sandbox policy after the tier resolver ran. | packages/skills/src/registry/bridge.ts:27 |
sandboxForced | readonly | boolean | true when the resolver overrode the operator's choice. | packages/skills/src/registry/bridge.ts:29 |
source | readonly | ToolSource | - | packages/skills/src/registry/bridge.ts:25 |
tool | readonly | Tool<TInput, TOutput, TDeps> | - | packages/skills/src/registry/bridge.ts:24 |