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

Function systemMessage

src/session/replMessageSelectorDispatch.test.ts:16–23  ·  view source on GitHub ↗
(uuid: string)

Source from the content-addressed store, hash-verified

14}
15
16function systemMessage(uuid: string): Message {
17 return {
18 uuid,
19 type: 'system',
20 message: 'system',
21 level: 'info',
22 } as unknown as Message
23}
24
25describe('dispatchReplMessageSelectorSummarize', () => {
26 test('warns and exits when the selected message is no longer in the active compact context', async () => {

Calls

no outgoing calls

Tested by

no test coverage detected