()
| 83144 | async finalRunSteps() { |
| 83145 | await this.done(); |
| 83146 | return Object.values(__classPrivateFieldGet12(this, _AssistantStream_runStepSnapshots, "f")); |
| 83147 | } |
| 83148 | async finalMessages() { |
| 83149 | await this.done(); |
| 83150 | return Object.values(__classPrivateFieldGet12(this, _AssistantStream_messageSnapshots, "f")); |
| 83151 | } |
| 83152 | async finalRun() { |
| 83153 | await this.done(); |
| 83154 | if (!__classPrivateFieldGet12(this, _AssistantStream_finalRun, "f")) |
nothing calls this directly
no test coverage detected