MCPcopy Create free account
hub / github.com/Noumena-Network/code / recentMessages

Function recentMessages

src/services/api/promptCacheBreakDetection.test.ts:36–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36function recentMessages() {
37 return [
38 {
39 type: 'assistant',
40 timestamp: new Date().toISOString(),
41 },
42 ] as never[]
43}
44
45beforeEach(() => {
46 resetPromptCacheBreakDetection()

Calls

no outgoing calls

Tested by

no test coverage detected