Fix opportunity_scan step order: portfolio first then think then WebSearcher

This commit is contained in:
David Baity
2026-04-09 01:04:39 -04:00
parent 3a99b1cd1a
commit c2d5e15057

View File

@@ -18,7 +18,7 @@ sections:
builders:
prior_results: |
*** CURRENT PORTFOLIO ***
{steps[1].text}
{steps[0].text}
*** WEB RESEARCH RESULTS ***
{steps[2].text}
@@ -26,6 +26,10 @@ builders:
(If web results are empty, use your training knowledge for market analysis.)
steps:
- type: tool
action: get_portfolio_report
output_key: portfolio_data
- type: think
max_tokens: 2000
hint: |
@@ -40,10 +44,6 @@ steps:
On the LAST LINE, write exactly:
SEARCH QUERY: [your query]
- type: tool
action: get_portfolio_report
output_key: portfolio_data
- type: tool
capability: Tool_WebSearcher
input_from: last_text