AxCodeSessionSnapshot
type AxCodeSessionSnapshot = object;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/agent/rlm.ts#L388
Properties
bindings
bindings: Record<string, unknown>;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/agent/rlm.ts#L391
entries
entries: AxCodeSessionSnapshotEntry[];Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/agent/rlm.ts#L390
version
version: 1;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/agent/rlm.ts#L389