Update README.md
Browse files
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
|