(threadId, runs, params, options)
| 83225 | return acc; |
| 83226 | } |
| 83227 | _addRun(run) { |
| 83228 | return run; |
| 83229 | } |
| 83230 | async _threadAssistantStream(params, thread, options) { |
| 83231 | return await this._createThreadAssistantStream(thread, params, options); |
| 83232 | } |
no test coverage detected