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

Method createAndRunPoll

out/cli.cjs:83777–83780  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

createAndRunMethod · 0.80
pollMethod · 0.80

Tested by

no test coverage detected