Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ flushAssistant
Method
flushAssistant
apps/kimi-code/src/cli/run-prompt.ts:572–572 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
570
): void;
571
writeToolResult(toolCallId: string, output: unknown): void;
572
flushAssistant(): void;
573
discardAssistant(): void;
574
finish(): void;
575
}
Callers
1
runPromptTurn
Function · 0.65
Implementers
2
PromptTranscriptWriter
apps/kimi-code/src/cli/run-prompt.ts
PromptJsonWriter
apps/kimi-code/src/cli/run-prompt.ts
Calls
no outgoing calls
Tested by
no test coverage detected