Fix opportunity_scan step order: portfolio first then think then WebSearcher
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user