dlflannery commited on
Commit
a57b99f
·
verified ·
1 Parent(s): f720f9e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -18,4 +18,6 @@ stock_news_items = StockNewsTool()
18
  agent = CodeAgent(
19
  model=model,
20
  tools=[final_answer, stock_news_items], ## add your tools here (don't remove final answer)
21
- (etc.)
 
 
 
18
  agent = CodeAgent(
19
  model=model,
20
  tools=[final_answer, stock_news_items], ## add your tools here (don't remove final answer)
21
+ (etc.)
22
+
23
+ Also: I added "stock_news_items" to the "tools" list in file agents.json