最後活躍 1730821964

knox 已修改 1730821963. 還原成這個修訂版本

1 file changed, 7 insertions

E2B-4.ts(檔案已創建)

@@ -0,0 +1,7 @@
1 + import { Sandbox } from '@e2b/code-interpreter'
2 +
3 + const sandbox = await Sandbox.create()
4 + await sbx.runCode('x = 1')
5 +
6 + const execution = await sbx.runCode('x+=1; x')
7 + console.log(execution.text) // outputs 2
上一頁 下一頁