* @returns a promise that resolves with the the final assistant Message response, * or rejects if an error occurred or the stream ended prematurely without producing a Message.
()
| 70364 | } |
| 70365 | get currentMessage() { |
| 70366 | return __classPrivateFieldGet7(this, _MessageStream_currentMessageSnapshot, "f"); |
| 70367 | } |
| 70368 | /** |
| 70369 | * @returns a promise that resolves with the the final assistant Message response, |
| 70370 | * or rejects if an error occurred or the stream ended prematurely without producing a Message. |
| 70371 | */ |
| 70372 | async finalMessage() { |
nothing calls this directly
no test coverage detected