MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / finish

Method finish

apps/kimi-code/src/cli/run-prompt.ts:612–615  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

610 discardAssistant(): void {}
611
612 finish(): void {
613 this.thinkingWriter.finish();
614 this.assistantWriter.finish();
615 }
616}
617
618interface PromptJsonToolCall {

Callers

nothing calls this directly

Calls 1

finishMethod · 0.65

Tested by

no test coverage detected