ReadFileTool
class ReadFileTool<Path>(fs: FileSystemProvider.ReadOnly<Path>) : Tool<ReadFileTool.Args, ReadFileTool.Result> (source)
Provides functionality to read file contents with configurable start and end line parameters, returning structured file metadata and content.
Parameters
Path
the filesystem path type used by the provider