fix: update approve prompt (#1383)

This commit is contained in:
Yingjie He
2025-02-26 08:54:57 -08:00
committed by GitHub
parent e615ad1a8e
commit fd3ebeebed

View File

@@ -261,7 +261,7 @@ impl Agent for TruncateAgent {
request.id.clone(),
tool_call.name.clone(),
tool_call.arguments.clone(),
Some("Goose would like to call the tool: {}\nAllow? (y/n): ".to_string()),
Some("Goose would like to call the above tool. Allow? (y/n):".to_string()),
);
yield confirmation;