UNPKG

n8n-nodes-semantic-splitter-with-context

Version:

Semantic Splitter with Context for n8n with LangChain integration

3 lines (2 loc) 171 B
import { ISupplyDataFunctions } from 'n8n-workflow'; export declare function logWrapper<T extends object>(originalInstance: T, executeFunctions: ISupplyDataFunctions): T;