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

Function userMsg

packages/kosong/test/echo-provider.test.ts:17–19  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

15import { describe, it, expect } from 'vitest';
16
17function userMsg(text: string): Message {
18 return createUserMessage(text);
19}
20
21describe('EchoChatProvider', () => {
22 it('streams parts from DSL', async () => {

Callers 1

Calls 1

createUserMessageFunction · 0.90

Tested by

no test coverage detected