remove redundant 'response NKB' log line
Already shown in === RESPONSE === section. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
f70d108193
commit
53c5424c98
1 changed files with 0 additions and 1 deletions
|
|
@ -163,7 +163,6 @@ fn run_one_agent_inner(
|
|||
|
||||
let output = llm::call_for_def(def, &agent_batch.prompt, log)?;
|
||||
|
||||
log(&format!("response {}KB", output.len() / 1024));
|
||||
|
||||
Ok(AgentResult {
|
||||
output,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue