()
| 176 | * Clean up cached encodings (call when shutting down) |
| 177 | */ |
| 178 | export function clearEncodingCache(): void { |
| 179 | encodingCache.clear() |
| 180 | logger.info('Cleared tiktoken encoding cache') |
| 181 | } |
| 182 | |
| 183 | /** |
| 184 | * Estimates token count for text using provider-specific heuristics |
no test coverage detected