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

Method finalMessage

out/cli.cjs:70366–70369  ·  view source on GitHub ↗

* @returns a promise that resolves with the the final assistant Message response, * or rejects if an error occurred or the stream ended prematurely without producing a Message.

()

Source from the content-addressed store, hash-verified

70364 }
70365 get currentMessage() {
70366 return __classPrivateFieldGet7(this, _MessageStream_currentMessageSnapshot, "f");
70367 }
70368 /**
70369 * @returns a promise that resolves with the the final assistant Message response,
70370 * or rejects if an error occurred or the stream ended prematurely without producing a Message.
70371 */
70372 async finalMessage() {

Callers

nothing calls this directly

Calls 2

doneMethod · 0.95
__classPrivateFieldGet7Function · 0.85

Tested by

no test coverage detected