MCPcopy
hub / github.com/di-sukharev/opencommit / createAndRunStream

Method createAndRunStream

out/cli.cjs:83784–83786  ·  view source on GitHub ↗

* Create a thread and stream the run back

(body, options)

Source from the content-addressed store, hash-verified

83782 */
83783 async createAndRunPoll(body, options) {
83784 const run = await this.createAndRun(body, options);
83785 return await this.runs.poll(run.thread_id, run.id, options);
83786 }
83787 /**
83788 * Create a thread and stream the run back
83789 */

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected