start(options: LangSmithStartSandboxOptions = {}): Promise<void>| Name | Type | Description |
|---|---|---|
options | LangSmithStartSandboxOptions | Default: {}Start options (timeout, signal). |
Start a stopped sandbox and wait until it is ready.
After calling this, isRunning will be true and the sandbox
can be used for command execution and file operations again.