()
| 393 | ) |
| 394 | |
| 395 | export function clearAgentDefinitionsCache(): void { |
| 396 | getAgentDefinitionsWithOverrides.cache.clear?.() |
| 397 | clearPluginAgentCache() |
| 398 | } |
| 399 | |
| 400 | /** |
| 401 | * Helper to determine the specific parsing error for an agent file |
no test coverage detected