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
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Reads file content from the filesystem with optional line range filtering.
Link copied to clipboard