ReadFileTool

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

Constructors

Link copied to clipboard

Types

Link copied to clipboard
data class Args(val path: String, val startLine: Int = 0, val endLine: Int = -1)

Specifies which file to read and what portion of its content to extract.

Link copied to clipboard

Contains the successfully read file with its metadata and extracted content.

Properties

Link copied to clipboard
Link copied to clipboard
open override val description: String
Link copied to clipboard
Link copied to clipboard
open override val name: String
Link copied to clipboard

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