Variable: readFunctionTool

const readFunctionTool: Tool<{
  className?: string;
  includeJsDoc?: boolean;
  name: string;
  path: string;
}>;

Defined in: index.ts:212

Unified read_function tool with auto-detection