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

Function frameForLog

packages/server-e2e/test/prompt-queue-steer.test.ts:169–176  ·  view source on GitHub ↗
(frame: AnyFrame)

Source from the content-addressed store, hash-verified

167}
168
169function frameForLog(frame: AnyFrame): Record<string, unknown> {
170 return {
171 type: frame.type,
172 seq: frame.seq,
173 session_id: frame.session_id,
174 payload: frame.payload,
175 };
176}
177
178async function injectActivePrompt(
179 sid: string,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected