runIdResolver property

String? Function() runIdResolver
final

Supplies the id of the run currently in flight, or null when no run is active.

Usage recorded while this returns null is still attributed to agentId — it simply has no run to join against.

Implementation

final String? Function() runIdResolver;