success
Method
This is a method of the SandboxResult class in the protocols module.Check if execution was successful.
Signature
Returns
The result of the operation.
Source
View on GitHub
praisonaiagents/sandbox/protocols.py at line 182success: Check if execution was successful.
This is a method of the SandboxResult class in the protocols module.Check if execution was successful.
def success() -> bool
praisonaiagents/sandbox/protocols.py at line 182