1 Commits

Author SHA1 Message Date
vbarda 39ef3ce44a add sandbox links 2025-04-25 10:24:23 -04:00
+1
View File
@@ -100,6 +100,7 @@ You can use any code sandbox you want, pass it in as a function which accepts tw
> [!Warning]
> Use a sandboxed environment in production! The `eval` function below is just for demonstration purposes, not safe!
> See example of using a secure [LangChain Sandbox](https://github.com/langchain-ai/langchain-sandbox) [here](examples/pyodide_sandbox_example.py)
```py
import builtins