@n8n/n8n-nodes-langchain
Version:

4 lines (3 loc) • 403 B
TypeScript
import type { IExecuteFunctions, ILoadOptionsFunctions, ISupplyDataFunctions } from 'n8n-workflow';
export declare function getUserScopedSlot(context: IExecuteFunctions | ISupplyDataFunctions | ILoadOptionsFunctions, prefix: string, itemIndex?: number): string;
export declare function ensureUserId(context: IExecuteFunctions | ISupplyDataFunctions | ILoadOptionsFunctions, itemIndex?: number): string;