strands.vended_tools.bash.types
Shared types and constants for the bash tool.
BashOutput
Section titled “BashOutput”class BashOutput(TypedDict)Defined in: src/strands/vended_tools/bash/types.py:6
Output of a bash command execution.
Attributes:
output- Standard output captured from the command.error- Standard error captured from the command. Empty when there was none.
SANDBOX_BASH_DESCRIPTION
Section titled “SANDBOX_BASH_DESCRIPTION”Description for the bash tool.