mirror of
https://github.com/aljazceru/goose.git
synced 2026-02-12 10:04:31 +01: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