()
| 25 | * Clear all type caches. Call for test isolation or when tool schemas might have changed. |
| 26 | */ |
| 27 | export function clearTypeCaches(): void { |
| 28 | clearTypeCache(); |
| 29 | } |
| 30 | |
| 31 | /** PTC event with parentToolCallId attached by code_execution */ |
| 32 | export type PTCEventWithParent = PTCEvent & { parentToolCallId: string }; |
no test coverage detected