Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
Loads and formats input files for OpenAI API. This node prepares text and PDF files to include as context inputs for the OpenAI Chat Node. The files will be read by the OpenAI model when generating responses. Multiple input file nodes can be chained together to include multiple files in a single message.

Inputs

ParameterData TypeRequiredRangeDescription
fileCOMBOYesMultiple options availableInput files to include as context for the model. Only accepts text (.txt) and PDF (.pdf) files for now. Files must be smaller than 32MB.
OPENAI_INPUT_FILESOPENAI_INPUT_FILESNoN/AAn optional additional file(s) to batch together with the file loaded from this node. Allows chaining of input files so that a single message can include multiple input files.
File Constraints:
  • Only .txt and .pdf files are supported
  • Maximum file size: 32MB
  • Files are loaded from the input directory

Outputs

Output NameData TypeDescription
OPENAI_INPUT_FILESOPENAI_INPUT_FILESFormatted input files ready to be used as context for OpenAI API calls.