mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
this is so much nicer (#2455)
This commit is contained in:
@@ -209,7 +209,7 @@ fn render_tool_response(resp: &ToolResponse, theme: Theme, debug: bool) {
|
||||
let min_priority = config
|
||||
.get_param::<f32>("GOOSE_CLI_MIN_PRIORITY")
|
||||
.ok()
|
||||
.unwrap_or(0.0);
|
||||
.unwrap_or(0.5);
|
||||
|
||||
if content
|
||||
.priority()
|
||||
|
||||
Reference in New Issue
Block a user