Skip to content

strands.vended_tools.bash.types

Shared types and constants for the bash tool.

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.

Description for the bash tool.