Export getCachedResult from classifier

This commit is contained in:
Jordan Wages 2025-06-27 22:20:38 -05:00
commit bced7447b2

View file

@ -387,4 +387,4 @@ async function classifyText(text, criterion, cacheKey = null) {
} }
} }
export { classifyText, classifyTextSync, setConfig, removeCacheEntries, getReason }; export { classifyText, classifyTextSync, setConfig, removeCacheEntries, getReason, getCachedResult };