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

Method writeToolResult

apps/kimi-code/src/cli/run-prompt.ts:571–571  ·  view source on GitHub ↗
(toolCallId: string, output: unknown)

Source from the content-addressed store, hash-verified

569 argumentsPart: string | undefined,
570 ): void;
571 writeToolResult(toolCallId: string, output: unknown): void;
572 flushAssistant(): void;
573 discardAssistant(): void;
574 finish(): void;

Callers 1

runPromptTurnFunction · 0.65

Implementers 2

PromptTranscriptWriterapps/kimi-code/src/cli/run-prompt.ts
PromptJsonWriterapps/kimi-code/src/cli/run-prompt.ts

Calls

no outgoing calls

Tested by

no test coverage detected