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

Function tool

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

Source from the content-addressed store, hash-verified

11 return { id: String(++seq), kind, turnId, renderMode: 'markdown', content: '' };
12}
13function tool(turnId: string): TranscriptEntry {
14 return makeEntry(turnId, 'tool_call');
15}
16function msg(turnId: string | undefined): TranscriptEntry {
17 return makeEntry(turnId, 'assistant');
18}

Callers 1

Calls 1

makeEntryFunction · 0.85

Tested by

no test coverage detected