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