(event: ToolResultStreamEvent)
| 34 | } |
| 35 | |
| 36 | function getToolCallIdFromResultEvent(event: ToolResultStreamEvent): string { |
| 37 | return event.payload.toolCallId |
| 38 | } |
| 39 | |
| 40 | function markToolCallSeen(toolCallId: string): void { |
| 41 | addToSet(seenToolCalls, toolCallId) |
no outgoing calls
no test coverage detected