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

Method submitToolOutputsStream

out/cli.cjs:83707–83709  ·  view source on GitHub ↗

* Submit the tool outputs from a previous run and stream the run to 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

(threadId, runId, body, options)

Source from the content-addressed store, hash-verified

83705 const run = await this.submitToolOutputs(threadId, runId, body, options);
83706 return await this.poll(threadId, run.id, options);
83707 }
83708 /**
83709 * Submit the tool outputs from a previous run and stream the run to a terminal
83710 * state. More information on Run lifecycles can be found here:
83711 * https://platform.openai.com/docs/assistants/how-it-works/runs-and-run-steps
83712 */

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected