Spaces:
Runtime error
Runtime error
sanjeevl10 commited on
Commit ·
bbfe680
1
Parent(s): a8301d5
Fix Issues
Browse files- tools/data_analyst.py +0 -4
- tools/investment_advisor.py +0 -3
tools/data_analyst.py
CHANGED
|
@@ -64,11 +64,7 @@ def data_analyst_tools():
|
|
| 64 |
func=StockPriceTool,
|
| 65 |
args_schema=StockPriceCheckInput,
|
| 66 |
description="Function to get current stock prices.",
|
| 67 |
-
<<<<<<< HEAD
|
| 68 |
-
),
|
| 69 |
-
=======
|
| 70 |
)
|
| 71 |
-
>>>>>>> 594c18622dd698f1854229dda280817492475d75
|
| 72 |
# StructuredTool.from_function(
|
| 73 |
# func=HistoricalStockPricesTool,
|
| 74 |
# args_schema=HistoricalStockPricesInput,
|
|
|
|
| 64 |
func=StockPriceTool,
|
| 65 |
args_schema=StockPriceCheckInput,
|
| 66 |
description="Function to get current stock prices.",
|
|
|
|
|
|
|
|
|
|
| 67 |
)
|
|
|
|
| 68 |
# StructuredTool.from_function(
|
| 69 |
# func=HistoricalStockPricesTool,
|
| 70 |
# args_schema=HistoricalStockPricesInput,
|
tools/investment_advisor.py
CHANGED
|
@@ -5,10 +5,7 @@ from langchain.tools import StructuredTool
|
|
| 5 |
import yfinance as yf
|
| 6 |
from typing import List
|
| 7 |
from datetime import datetime,timedelta
|
| 8 |
-
<<<<<<< HEAD
|
| 9 |
import pandas as pd
|
| 10 |
-
=======
|
| 11 |
-
>>>>>>> 594c18622dd698f1854229dda280817492475d75
|
| 12 |
|
| 13 |
def investment_advisor_tools():
|
| 14 |
|
|
|
|
| 5 |
import yfinance as yf
|
| 6 |
from typing import List
|
| 7 |
from datetime import datetime,timedelta
|
|
|
|
| 8 |
import pandas as pd
|
|
|
|
|
|
|
| 9 |
|
| 10 |
def investment_advisor_tools():
|
| 11 |
|