MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / submitToolOutputsAndPoll

Method submitToolOutputsAndPoll

out/cli.cjs:83698–83701  ·  view source on GitHub ↗

* 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)

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls 2

submitToolOutputsMethod · 0.80
pollMethod · 0.80

Tested by

no test coverage detected