LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
LangSmith
  • Client
  • Run Trees
  • Traceable
  • Evaluation
  • Schemas
  • Langchain
  • Jest
  • Vitest
  • Wrappers
  • Anonymizer
  • Jestlike
  • Vercel
  • Anthropic
  • Sandbox
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmithsandboxCaptureSnapshotOptions
Interface●Since v0.8

CaptureSnapshotOptions

Copy
interface CaptureSnapshotOptions

Properties

View source on GitHub
property
dockerImage: string
property
fsCapacityBytes: number
property
signal: AbortSignal
property
timeout: number

Options for capturing a snapshot from a running sandbox.

Docker image tag inside the sandbox to export into the snapshot instead of capturing the live root filesystem.

Filesystem capacity in bytes for Docker image export.

AbortSignal for cancellation.