* Create a Run stream * * @deprecated use `stream` instead
(threadId, body, options)
| 83629 | const run = await this.create(threadId, body, options); |
| 83630 | return await this.poll(threadId, run.id, options); |
| 83631 | } |
| 83632 | /** |
| 83633 | * Create a Run stream |
| 83634 | * |
| 83635 | * @deprecated use `stream` instead |
| 83636 | */ |
nothing calls this directly
no test coverage detected