Ask a question to get started
Enter to send•Shift+Enter new line
Result of code execution.
Simplified schema optimized for LLM consumption.
ExecuteResponse( self, output: str, exit_code: int | None = None, truncated: bool = False )
Combined stdout and stderr output of the executed command.
The process exit code.
0 indicates success, non-zero indicates failure.
Whether the output was truncated due to backend limitations.