Agent Flows
All about blocks
Read File
⚠️

The Read File block is only available on the Desktop Version (v1.8.1+) of AnythingLLM.

Usage

đź’ˇ

You can use ${variable} string to dynamically insert the file path or file name in a fixed folder path.

This block allows you to read a file from the local file system. Only text file types are supported.

The Read File block is used to read the contents of a file and store the result in a variable for use in subsequent blocks. This is useful for workflows that require file input or need to process file data.

Input Variables

  • File Path: The path to the file you want to read.
  • Result Variable: The variable to store the file content.