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

Method createAndStream

out/cli.cjs:83631–83633  ·  view source on GitHub ↗

* Create a Run stream * * @deprecated use `stream` instead

(threadId, body, options)

Source from the content-addressed store, hash-verified

83629 const run = await this.create(threadId, body, options);
83630 return await this.poll(threadId, run.id, options);
83631 }
83632 /**
83633 * Create a Run stream
83634 *
83635 * @deprecated use `stream` instead
83636 */

Callers

nothing calls this directly

Calls 1

createAssistantStreamMethod · 0.80

Tested by

no test coverage detected