egmaminta2 commited on
Commit
2a12c09
·
verified ·
1 Parent(s): 5ebabee

Update tools/extract_market_data.py

Browse files
Files changed (1) hide show
  1. tools/extract_market_data.py +1 -1
tools/extract_market_data.py CHANGED
@@ -10,7 +10,7 @@ class ExtractMarketDataTool(Tool):
10
  "address, city-state-zip-country, phone, website, industry, sector, "
11
  "calendar data such as dividend rate, highs, lows, average, revenue, etc. "
12
  "Use this when someone asks information about a market stock. "
13
- "Ensure that a digestible or summarized version is output.")
14
  inputs = {'stock': {'type': 'string', 'description': 'The market/stock code that the User wants to inspect.'}}
15
  output_type = "string"
16
 
 
10
  "address, city-state-zip-country, phone, website, industry, sector, "
11
  "calendar data such as dividend rate, highs, lows, average, revenue, etc. "
12
  "Use this when someone asks information about a market stock. "
13
+ "Ensure that a digestible or summarized version is the output (let the LLM summarize).")
14
  inputs = {'stock': {'type': 'string', 'description': 'The market/stock code that the User wants to inspect.'}}
15
  output_type = "string"
16