(uuid: string, toolUseID: string)
| 89 | } |
| 90 | |
| 91 | function 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 | |
| 100 | function derive( |
| 101 | messages: Message[], |
no outgoing calls
no test coverage detected