Azure Container Apps dynamic sessions provide fast access to secure sandboxed environments that are ideal for running code or applications that require strong isolation from other workloads.You can learn more about Azure Container Apps dynamic sessions and its code interpretation capabilities on this page. If you don’t have an Azure account, you can create a free account to get started.
Setup
You’ll first need to install the@langchain/azure-dynamic-sessions
package:
npm
.env example
Usage example
Below is a simple example that creates a new Python code interpreter session, invoke the tool and prints the result.Related
- Tool conceptual guide
- Tool how-to guides