Array[File]
array-type variable, which is not conducive to subsequent individual file processing.
The Array
data type means that the actual value of the variable could be [1.mp3, 2.png, 3.doc]. LLMs only support reading single values such as image files or text content as input variables and cannot directly read array variables.