Spaces:
Sleeping
Sleeping
Update tools.py
Browse files
tools.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
from langchain_core.tools import tool
|
| 2 |
-
from
|
| 3 |
import pandas as pd
|
| 4 |
@tool
|
| 5 |
def web_search(query: str) -> str:
|
|
|
|
| 1 |
from langchain_core.tools import tool
|
| 2 |
+
from langchain_community.tools import DuckDuckGoSearchRun
|
| 3 |
import pandas as pd
|
| 4 |
@tool
|
| 5 |
def web_search(query: str) -> str:
|