diff --git a/crates/forge_app/src/agent_executor.rs b/crates/forge_app/src/agent_executor.rs index fe92b7c7d4..6b7b90d6af 100644 --- a/crates/forge_app/src/agent_executor.rs +++ b/crates/forge_app/src/agent_executor.rs @@ -97,7 +97,7 @@ impl> AgentEx match message { ChatResponse::TaskMessage { ref content } => match content { ChatResponseContent::ToolInput(_) => ctx.send(message).await?, - ChatResponseContent::ToolOutput(_) => {} + ChatResponseContent::ToolOutput(_) => ctx.send(message).await?, ChatResponseContent::Markdown { text, partial } => { if *partial { output.push_str(text);