Allow empty when calling "read_dir"

This commit is contained in:
Jeff 2023-09-18 01:58:28 -04:00
parent e858d21af0
commit dc68f0307f

View File

@ -111,7 +111,7 @@ impl Tool for ReadDir {
identifier: "read_dir",
description: "Read the content of a directory.",
group: "filesystem",
inputs: vec![ValueType::String],
inputs: vec![ValueType::String, ValueType::Empty],
}
}