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/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/rlm.ts#L388

Properties

bindings

TypeScript
bindings: Record<string, unknown>;

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


entries

TypeScript
entries: AxCodeSessionSnapshotEntry[];

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


version

TypeScript
version: 1;

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

Docs