Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/memory / tools / createRunbookSearchTool
Function: createRunbookSearchTool()
ts
function createRunbookSearchTool(deps): Tool<RunbookSearchInput, RunbookSearchOutput>;Defined in: packages/memory/src/tools/runbook-tools.ts:73
runbook_search - find validated procedures matching a task description. Quarantined (unvalidated induced) procedures never surface here: they must not drive actions until validated.
Parameters
| Parameter | Type |
|---|---|
deps | MemoryToolDeps |
Returns
Tool<RunbookSearchInput, RunbookSearchOutput>