Skip to content

Commit

Permalink
fix: improve comment (#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
salman1993 authored Feb 6, 2025
1 parent ee46723 commit 8783519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/goose/src/agents/truncate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 8783519

Please sign in to comment.