ReadInput

Parsed Read tool input.

Usage

Source

ReadInput(
    *,
    raw=(lambda: {})(),
    file_path,
    limit=None,
    offset=None,
)

Parameter Attributes

raw: RawDict = (lambda: {})()
file_path: str
limit: int | None = None
offset: int | None = None