Method GetFileSystemTools
GetFileSystemTools(FileSystemToolOptions)
Gets all FileSystem tools with optional shared options.
public static IEnumerable<ITool> GetFileSystemTools(FileSystemToolOptions options = null)
Parameters
optionsFileSystemToolOptionsShared configuration options, or
nullfor defaults.
Returns
- IEnumerable<ITool>
All FileSystem tool instances.