BashInput
Parsed Bash/Execute tool input.
Usage
BashInput(
*,
raw=(lambda: {})(),
command,
timeout=None,
description=None,
)Parameter Attributes
raw: RawDict = (lambda: {})()command: strtimeout: int | None = Nonedescription: str | None = None