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

Function msg

apps/kimi-code/test/tui/utils/transcript-window.test.ts:16–18  ·  view source on GitHub ↗
(turnId: string | undefined)

Source from the content-addressed store, hash-verified

14 return makeEntry(turnId, 'tool_call');
15}
16function msg(turnId: string | undefined): TranscriptEntry {
17 return makeEntry(turnId, 'assistant');
18}
19
20describe('groupTurns', () => {
21 it('groups consecutive entries with the same turnId', () => {

Callers 1

Calls 1

makeEntryFunction · 0.85

Tested by

no test coverage detected