MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / finalFunctionCall

Method finalFunctionCall

out/cli.cjs:81873–81876  ·  view source on GitHub ↗

* @returns a promise that resolves with the content of the final FunctionCall, or rejects * if an error occurred or the stream ended prematurely without producing a ChatCompletionMessage.

()

Source from the content-addressed store, hash-verified

81871 async finalMessage() {
81872 await this.done();
81873 return __classPrivateFieldGet10(this, _AbstractChatCompletionRunner_instances, "m", _AbstractChatCompletionRunner_getFinalMessage).call(this);
81874 }
81875 /**
81876 * @returns a promise that resolves with the content of the final FunctionCall, or rejects
81877 * if an error occurred or the stream ended prematurely without producing a ChatCompletionMessage.
81878 */
81879 async finalFunctionCall() {

Callers

nothing calls this directly

Calls 2

__classPrivateFieldGet10Function · 0.85
doneMethod · 0.45

Tested by

no test coverage detected