Allow empty when calling "read_dir"
This commit is contained in:
parent
e858d21af0
commit
dc68f0307f
@ -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],
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user