BashInput

Parsed Bash/Execute tool input.

Usage

Source

BashInput(
    *,
    raw=(lambda: {})(),
    command,
    timeout=None,
    description=None,
)

Parameter Attributes

raw: RawDict = (lambda: {})()
command: str
timeout: int | None = None
description: str | None = None