* A helper to submit a tool output to a run and poll for a terminal run 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)
| 83696 | stream: body.stream ?? false |
| 83697 | }); |
| 83698 | } |
| 83699 | /** |
| 83700 | * A helper to submit a tool output to a run and poll for a terminal run state. |
| 83701 | * More information on Run lifecycles can be found here: |
| 83702 | * https://platform.openai.com/docs/assistants/how-it-works/runs-and-run-steps |
| 83703 | */ |
| 83704 | async submitToolOutputsAndPoll(threadId, runId, body, options) { |
nothing calls this directly
no test coverage detected