(self)
| 32 | |
| 33 | @property |
| 34 | def description(self) -> str: |
| 35 | return ( |
| 36 | "Execute a bash command. Use for running scripts, installing packages, " |
| 37 | "git operations, and any shell task. Commands run in the current working directory." |
| 38 | ) |
| 39 | |
| 40 | @property |
| 41 | def input_schema(self) -> dict[str, Any]: |
nothing calls this directly
no outgoing calls
no test coverage detected