* Whether the shared session is actively generating. * Derived from stream run events (RUN_STARTED / RUN_FINISHED / RUN_ERROR). * Unlike `isLoading` (request-local), this reflects shared generation * activity visible to all subscribers (e.g. across tabs/devices).
()
| 1411 | * activity visible to all subscribers (e.g. across tabs/devices). |
| 1412 | */ |
| 1413 | getSessionGenerating(): boolean { |
| 1414 | return this.sessionGenerating |
| 1415 | } |
| 1416 | |
| 1417 | /** |
| 1418 | * Get current error |