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

Function userMessage

packages/server/test/snapshotService.unit.test.ts:168–170  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

166}
167
168function userMessage(text: string): { role: 'user'; content: Array<{ type: 'text'; text: string }>; toolCalls: never[] } {
169 return { role: 'user', content: [{ type: 'text', text }], toolCalls: [] };
170}
171
172// ─── tests ───────────────────────────────────────────────────────────────
173

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected