* Create a thread and stream the run back
(body, options)
| 83782 | */ |
| 83783 | async createAndRunPoll(body, options) { |
| 83784 | const run = await this.createAndRun(body, options); |
| 83785 | return await this.runs.poll(run.thread_id, run.id, options); |
| 83786 | } |
| 83787 | /** |
| 83788 | * Create a thread and stream the run back |
| 83789 | */ |
nothing calls this directly
no test coverage detected