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