MCPcopy
hub / github.com/vectorize-io/hindsight / INode

Interface INode

hindsight-integrations/flowise/src/Interface.ts:37–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37export interface INode {
38 label: string;
39 name: string;
40 version: number;
41 description: string;
42 type: string;
43 icon: string;
44 category: string;
45 baseClasses: string[];
46 credential?: INodeParams;
47 inputs?: INodeParams[];
48 init(nodeData: INodeData, _input: string, options: ICommonObject): Promise<unknown>;
49}
50
51export interface INodeCredential {
52 label: string;

Callers 1

nodes.test.tsFile · 0.65

Implementers 3

HindsightRetain_Toolshindsight-integrations/flowise/nodes/t
HindsightReflect_Toolshindsight-integrations/flowise/nodes/t
HindsightRecall_Toolshindsight-integrations/flowise/nodes/t

Calls

no outgoing calls

Tested by

no test coverage detected