chore: move explorer to spark (#11745)

This commit is contained in:
jif-oai
2026-02-13 16:13:24 +00:00
committed by GitHub
parent db66d827be
commit 561fc14045
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4360,7 +4360,7 @@ pub(crate) async fn run_turn(
let estimated_token_count =
sess.get_estimated_token_count(turn_context.as_ref()).await;
info!(
trace!(
turn_id = %turn_context.sub_id,
total_usage_tokens,
estimated_token_count = ?estimated_token_count,