Shortcut nullable type
| @@ -3161,7 +3161,7 @@ class StreamingProcessor { | |||
| 3161 | this.firstMessageText = '...'; | 3161 | this.firstMessageText = '...'; |
| 3162 | this.timeStarted = timeStarted; | 3162 | this.timeStarted = timeStarted; |
| 3163 | /** | 3163 | /** |
| 3164 | * @type {number | null} | 3164 | * @type {number?} |
| 3165 | */ | 3165 | */ |
| 3166 | this.timeToFirstToken = null; | 3166 | this.timeToFirstToken = null; |
| 3167 | this.createdAt = new Date(); | 3167 | this.createdAt = new Date(); |