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

Method _runToolAssistantStream

out/cli.cjs:83230–83232  ·  view source on GitHub ↗
(threadId, runId, runs, params, options)

Source from the content-addressed store, hash-verified

83228 return run;
83229 }
83230 async _threadAssistantStream(params, thread, options) {
83231 return await this._createThreadAssistantStream(thread, params, options);
83232 }
83233 async _runAssistantStream(threadId, runs, params, options) {
83234 return await this._createAssistantStream(runs, threadId, params, options);
83235 }

Callers 1

Calls 1

Tested by

no test coverage detected