Delete tiktoken-rs (#7018)

This commit is contained in:
pakrym-oai
2025-11-20 11:15:04 -08:00
committed by GitHub
parent 397279d46e
commit 52d0ec4cd8
9 changed files with 17 additions and 283 deletions

View File

@@ -384,7 +384,7 @@ async fn manual_compact_uses_custom_prompt() {
}
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
async fn manual_compact_emits_estimated_token_usage_event() {
async fn manual_compact_emits_api_and_local_token_usage_events() {
skip_if_no_network!();
let server = start_mock_server().await;