This commit is contained in:
Dhanji R. Prasanna
2025-11-06 13:41:06 +11:00
parent d007e8f471
commit d78732df14
3 changed files with 10 additions and 7 deletions

View File

@@ -965,7 +965,7 @@ impl<W: UiWriter> Agent<W> {
_ => config.agent.max_context_length as u32,
};
info!(
debug!(
"Using context length: {} tokens for provider: {} (model: {})",
context_length, provider_name, model_name
);