revert: remove count_tokens endpoint (caused regression)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Badri Narayanan S
2026-01-14 23:43:16 +05:30
parent 522ddcde42
commit 896bf81a36
6 changed files with 38 additions and 982 deletions

View File

@@ -18,8 +18,7 @@ const tests = [
{ name: 'Cross-Model Thinking', file: 'test-cross-model-thinking.cjs' },
{ name: 'OAuth No-Browser Mode', file: 'test-oauth-no-browser.cjs' },
{ name: 'Empty Response Retry', file: 'test-empty-response-retry.cjs' },
{ name: 'Schema Sanitizer', file: 'test-schema-sanitizer.cjs' },
{ name: 'Count Tokens', file: 'test-count-tokens.cjs' }
{ name: 'Schema Sanitizer', file: 'test-schema-sanitizer.cjs' }
];
async function runTest(test) {