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

Function createStopHookSummary

src/screens/replMessageSignals.test.ts:91–98  ·  view source on GitHub ↗
(uuid: string, toolUseID: string)

Source from the content-addressed store, hash-verified

89}
90
91function createStopHookSummary(uuid: string, toolUseID: string): Message {
92 return {
93 type: 'system',
94 uuid,
95 subtype: 'stop_hook_summary',
96 toolUseID,
97 } as unknown as Message
98}
99
100function derive(
101 messages: Message[],

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected