(content: string, providerId?: string)
| 337 | * Estimates tokens for output content |
| 338 | */ |
| 339 | export function estimateOutputTokens(content: string, providerId?: string): TokenEstimate { |
| 340 | return estimateTokenCount(content, providerId) |
| 341 | } |
no test coverage detected