Functions
epochAt
Function: epochAt()
epochAt(
source,epoch):EpochLocation|undefined
Defined in: src/lib/time-travel/epochs.ts:298
One epoch by number, or undefined when the run has no such iteration.
Parameters
source
unknown
epoch
number
Returns
EpochLocation | undefined
Example
epochAt(agent.getSnapshot()!, 2)?.callRuntimeStageId; // 'call-llm#31'