ListDirectoryTool
class ListDirectoryTool<Path>(fs: FileSystemProvider.ReadOnly<Path>) : Tool<ListDirectoryTool.Args, ListDirectoryTool.Result> (source)
Provides functionality to list directory contents with configurable depth and glob filtering parameters, returning a structured directory tree with file and folder metadata.
Parameters
Path
the filesystem path type used by the provider
Types
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun execute(args: ListDirectoryTool.Args, enabler: DirectToolCallsEnabler): ListDirectoryTool.Result
Link copied to clipboard