mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
fix: update approve prompt (#1383)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user