diff --git a/apps/docs/src/app/sandbox/templates/premade/page.mdx b/apps/docs/src/app/sandbox/templates/premade/page.mdx index 3fee317a2..3d7885464 100644 --- a/apps/docs/src/app/sandbox/templates/premade/page.mdx +++ b/apps/docs/src/app/sandbox/templates/premade/page.mdx @@ -30,6 +30,7 @@ A "base" sandbox with Nodejs, Python 3, and essentials libraries like `curl`. - Ideal for getting started with the SDK. ### Usage +The base sandbox has all the features of the [Sandbox API](/api/envs) available. --- @@ -59,7 +60,7 @@ Sandbox with Python 3 and data science Python libraries like `pandas`, `numpy`, ### Usage -You can use all the regular [Sandbox API](/api/envs) inside the Code Interpreter / Data Analysis sandbox. On top of that, you can use a few extra methods specifcially made for the use case of code interpreter powered by an LLM. +You can use all the regular [Sandbox API](/api/envs) inside the Code Interpreter / Data Analysis sandbox. On top of that, you can use a few extra methods specifcially made for the use case of a code interpreter powered by an LLM. - **Create sandbox**