* @returns a promise that resolves with the the final assistant ChatCompletionMessage response, * or rejects if an error occurred or the stream ended prematurely without producing a ChatCompletionMessage.
()
| 81863 | async finalContent() { |
| 81864 | await this.done(); |
| 81865 | return __classPrivateFieldGet10(this, _AbstractChatCompletionRunner_instances, "m", _AbstractChatCompletionRunner_getFinalContent).call(this); |
| 81866 | } |
| 81867 | /** |
| 81868 | * @returns a promise that resolves with the the final assistant ChatCompletionMessage response, |
| 81869 | * or rejects if an error occurred or the stream ended prematurely without producing a ChatCompletionMessage. |
| 81870 | */ |
| 81871 | async finalMessage() { |
nothing calls this directly
no test coverage detected