()
| 81875 | /** |
| 81876 | * @returns a promise that resolves with the content of the final FunctionCall, or rejects |
| 81877 | * if an error occurred or the stream ended prematurely without producing a ChatCompletionMessage. |
| 81878 | */ |
| 81879 | async finalFunctionCall() { |
| 81880 | await this.done(); |
| 81881 | return __classPrivateFieldGet10(this, _AbstractChatCompletionRunner_instances, "m", _AbstractChatCompletionRunner_getFinalFunctionCall).call(this); |
| 81882 | } |
| 81883 | async finalFunctionCallResult() { |
nothing calls this directly
no test coverage detected