Skip to content

Graphorin API reference v0.15.1


Graphorin API reference / @graphorin/tools / / NormaliseToolOptions

Interface: NormaliseToolOptions

Defined in: packages/tools/src/registry/normalize.ts:102

Stable

Registry-level normalisation knobs threaded from createToolRegistry(...).

Properties

PropertyModifierTypeDescriptionDefined in
deferLoadingByDefault?readonlybooleanTreat tools that do not declare defer_loading as deferred (the minimal-scaffold posture). An explicit defer_loading: false on the tool still wins - the per-tool declaration is the stronger signal. built-in source registrations are exempt: the runtime registers those deliberately (tool_search, read_result, ...) and deferring the discovery surface itself would be self-defeating. Default false (per-tool opt-in).packages/tools/src/registry/normalize.ts:112