Merge pull request #52 from wagesj45/codex/fix-details-popup-error

Fix missing getCachedResult export
This commit is contained in:
Jordan Wages 2025-06-27 22:21:21 -05:00 committed by GitHub
commit b470fcd600
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 };