@n8n/n8n-nodes-langchain
Version:
10 lines (9 loc) • 527 B
TypeScript
import type { IExecuteFunctions, INodeExecutionData, INodeProperties } from 'n8n-workflow';
export declare const H3_MODEL = "MiniMax-H3";
export declare const h3VideoProperties: INodeProperties[];
export declare function assertH3Prompt(executeFunctions: IExecuteFunctions, prompt: string): void;
export declare function prepareVideoOutput(executeFunctions: IExecuteFunctions, itemIndex: number, result: {
videoUrl: string;
taskId: string;
fileId?: string;
}, downloadVideo: boolean): Promise<INodeExecutionData[]>;