MCPcopy Index your code
hub / github.com/Noumena-Network/code / createProgressMessage

Function createProgressMessage

src/utils/sessionStorage.test.ts:38–48  ·  view source on GitHub ↗
(uuid?: string)

Source from the content-addressed store, hash-verified

36}
37
38function createProgressMessage(uuid?: string): any {
39 return {
40 type: 'progress',
41 uuid: uuid ?? randomUUID(),
42 timestamp: new Date().toISOString(),
43 parentToolUseID: 'parent-1',
44 toolUseID: 'tool-1',
45 data: { type: 'bash_progress', elapsedTimeSeconds: 1, taskId: 't1' },
46 message: { content: [] },
47 }
48}
49
50beforeEach(() => {
51 process.env.USER_TYPE = 'noumena'

Callers 1

Calls 1

randomUUIDFunction · 0.90

Tested by

no test coverage detected