pub async fn run_execute(
config: &SandboxConfig,
code: &str,
dispatcher: Arc<dyn ToolDispatcher>,
) -> Result<Value, SandboxError>Expand description
Run an execute operation on the current thread.
Public for reuse in the worker binary.
pub async fn run_execute(
config: &SandboxConfig,
code: &str,
dispatcher: Arc<dyn ToolDispatcher>,
) -> Result<Value, SandboxError>Run an execute operation on the current thread.
Public for reuse in the worker binary.