* Submit the tool outputs from a previous run and stream the run to 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
(threadId, runId, body, options)
| 83705 | const run = await this.submitToolOutputs(threadId, runId, body, options); |
| 83706 | return await this.poll(threadId, run.id, options); |
| 83707 | } |
| 83708 | /** |
| 83709 | * Submit the tool outputs from a previous run and stream the run to a terminal |
| 83710 | * state. More information on Run lifecycles can be found here: |
| 83711 | * https://platform.openai.com/docs/assistants/how-it-works/runs-and-run-steps |
| 83712 | */ |
nothing calls this directly
no test coverage detected