AxCodeSessionSnapshot Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxCodeSessionSnapshot.md type AxCodeSessionSnapshot

AxCodeSessionSnapshot

TypeScript
type AxCodeSessionSnapshot = object;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/rlm.ts#L388

Properties

bindings

TypeScript
bindings: Record<string, unknown>;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/rlm.ts#L391


entries

TypeScript
entries: AxCodeSessionSnapshotEntry[];

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/rlm.ts#L390


version

TypeScript
version: 1;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/rlm.ts#L389

Docs