Is your feature request related to a problem? Please describe.
const e2bSandbox: Sandbox = await sandbox['getSandbox']();
const bytes = await e2bSandbox.files.read(quotedPath, { format: 'bytes' });
I want to use e2b sandbox api
Describe alternatives you've considered
No response
Additional context
No response
Describe the thing to improve
Now I use the private api to get any type instance
Is your feature request related to a problem? Please describe.
I want to use e2b sandbox api
Describe alternatives you've considered
No response
Additional context
No response
Describe the thing to improve
Now I use the private api to get any type instance