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
|
let min_priority = config
|
||||||
.get_param::<f32>("GOOSE_CLI_MIN_PRIORITY")
|
.get_param::<f32>("GOOSE_CLI_MIN_PRIORITY")
|
||||||
.ok()
|
.ok()
|
||||||
.unwrap_or(0.0);
|
.unwrap_or(0.5);
|
||||||
|
|
||||||
if content
|
if content
|
||||||
.priority()
|
.priority()
|
||||||
|
|||||||
Reference in New Issue
Block a user