* A helper to create a thread, start a run and then poll for a terminal state. * More information on Run lifecycles can be found here: * https://platform.openai.com/docs/assistants/how-it-works/runs-and-run-steps
(body, options)
| 83775 | stream: body.stream ?? false |
| 83776 | }); |
| 83777 | } |
| 83778 | /** |
| 83779 | * A helper to create a thread, start a run and then poll for a terminal state. |
| 83780 | * More information on Run lifecycles can be found here: |
| 83781 | * https://platform.openai.com/docs/assistants/how-it-works/runs-and-run-steps |
| 83782 | */ |
| 83783 | async createAndRunPoll(body, options) { |
nothing calls this directly
no test coverage detected