sadaqatyar commited on
Commit
9b7638e
·
verified ·
1 Parent(s): 6402da8

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +2 -0
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: