docs: update session activity guard comment

This commit is contained in:
Haileyesus
2026-06-16 17:27:54 +03:00
parent 56b2e14059
commit e23e6af06a

View File

@@ -6,7 +6,7 @@ export interface SessionActivity {
canInterrupt: boolean;
/**
* When this request was first marked as processing (client clock). Drives
* the elapsed-time display and the stale `session-status` reply guard.
* the elapsed-time display and the stale `chat_subscribed` idle-ack guard.
*/
startedAt: number;
}