UNPKG

n8n-nodes-openai-gpt5

Version:

n8n node for OpenAI GPT-5 with PDF processing, web search, and timeout configuration via Responses API

6 lines 322 B
import { IExecuteFunctions, INodeType, INodeTypeDescription, INodeExecutionData } from 'n8n-workflow'; export declare class OpenAiGpt5 implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; } //# sourceMappingURL=OpenAiGpt5.node.backup.d.ts.map