UNPKG

n8n-nodes-openai-gpt5

Version:

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

8 lines 294 B
import { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class OpenAiGpt5Api implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; } //# sourceMappingURL=OpenAiGpt5Api.credentials.d.ts.map