From 145049ec9d4467fbaef433b83a6239e1df1f3119 Mon Sep 17 00:00:00 2001 From: David Baity <158404677+MazakTheDwarf@users.noreply.github.com> Date: Tue, 28 Apr 2026 09:18:16 -0400 Subject: [PATCH] fix: opportunity_scan Tool_WebSearcher step marked optional:true to prevent full task failure on tool error --- templates/opportunity_scan.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/opportunity_scan.yml b/templates/opportunity_scan.yml index c52c4ac..6874853 100644 --- a/templates/opportunity_scan.yml +++ b/templates/opportunity_scan.yml @@ -47,6 +47,7 @@ steps: - type: tool capability: Tool_WebSearcher input_from: last_text + optional: true - type: think max_tokens: 6000