We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1cabdc commit 2c864dcCopy full SHA for 2c864dc
1 file changed
mellea/stdlib/tools/shell.py
@@ -514,6 +514,10 @@ def execute(self, command: str) -> ExecutionResult:
514
ExecutionResult: Execution outcome with stdout/stderr and success
515
flag, or a skipped result on safety check failure, timeout, or
516
sandbox error.
517
+
518
+ Raises:
519
+ No exceptions are raised; all errors are caught and returned as
520
+ skipped results in the ExecutionResult.
521
"""
522
validated = self._validate_command(command)
523
if isinstance(validated, ExecutionResult):
0 commit comments