6 lines
226 B
TypeScript
6 lines
226 B
TypeScript
/**
|
|
* Explain Hook - Explain routing decisions with full transparency
|
|
*/
|
|
import type { ToolDefinition } from '../../types/index.js';
|
|
export declare const hookExplainTool: ToolDefinition;
|
|
//# sourceMappingURL=explain.d.ts.map
|