@n8n/n8n-nodes-langchain
Version:

8 lines (7 loc) • 824 B
TypeScript
import type { ILoadOptionsFunctions, INodeListSearchResult } from 'n8n-workflow';
export declare function fileSearch(this: ILoadOptionsFunctions, filter?: string): Promise<INodeListSearchResult>;
export declare function modelSearch(this: ILoadOptionsFunctions, filter?: string): Promise<INodeListSearchResult>;
export declare function videoModelSearch(this: ILoadOptionsFunctions, filter?: string): Promise<INodeListSearchResult>;
export declare function imageModelSearch(this: ILoadOptionsFunctions, filter?: string): Promise<INodeListSearchResult>;
export declare function imageGenerateModelSearch(this: ILoadOptionsFunctions, filter?: string): Promise<INodeListSearchResult>;
export declare function assistantSearch(this: ILoadOptionsFunctions, filter?: string, paginationToken?: string): Promise<INodeListSearchResult>;