Capture a snapshot from this running sandbox.
Snapshots can be used to create new sandboxes via
LangSmithSandbox.create({ snapshotId }).
captureSnapshot(
name: string,
options: LangSmithCaptureSnapshotOptions = {}
): Promise<LangSmithSnapshot>| Name | Type | Description |
|---|---|---|
name* | string | Name for the snapshot. |
options | LangSmithCaptureSnapshotOptions | Default: {}Capture options (checkpoint, timeout). |