Spaces:
Runtime error
Runtime error
Update tools.py
Browse files
tools.py
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
from agents import function_tool
|
| 2 |
|
|
|
|
|
|
|
| 3 |
def create_search_tool(retriever):
|
| 4 |
@function_tool
|
| 5 |
def search_docs(query: str) -> str:
|
|
|
|
| 1 |
from agents import function_tool
|
| 2 |
|
| 3 |
+
# This tool find and pull out similar info from the data
|
| 4 |
+
|
| 5 |
def create_search_tool(retriever):
|
| 6 |
@function_tool
|
| 7 |
def search_docs(query: str) -> str:
|