From 87835194915f6affc10cc2b2deb1996e4f2a2263 Mon Sep 17 00:00:00 2001 From: Salman Mohammed Date: Thu, 6 Feb 2025 17:48:20 -0500 Subject: [PATCH] fix: improve comment (#1131) --- crates/goose/src/agents/truncate.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/goose/src/agents/truncate.rs b/crates/goose/src/agents/truncate.rs index fa55b0968..5f80325dc 100644 --- a/crates/goose/src/agents/truncate.rs +++ b/crates/goose/src/agents/truncate.rs @@ -132,7 +132,7 @@ impl Agent for TruncateAgent { let mut tools = capabilities.get_prefixed_tools().await?; let mut truncation_attempt: usize = 0; - // we add in the read_resource tool by default + // we add in the 2 resource tools if any extensions support resources // TODO: make sure there is no collision with another extension's tool name let read_resource_tool = Tool::new( "platform__read_resource".to_string(),