techarmour commited on
Commit
1f132f7
·
verified ·
1 Parent(s): d03a4d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -20,11 +20,9 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
20
  """A tool that searches using DuckDuckGoSearchTool and adds a prefix and an appendix consisting of '#' characters.
21
 
22
  Args:
23
- arg1 (str): The search query.
24
- arg2 (int): The number of '#' characters to add as prefix and appendix.
25
 
26
- Returns:
27
- str: The search results wrapped with the '#' prefix and appendix.
28
  """
29
 
30
  # Instantiate the duck_tool
 
20
  """A tool that searches using DuckDuckGoSearchTool and adds a prefix and an appendix consisting of '#' characters.
21
 
22
  Args:
23
+ arg1: The search query.
24
+ arg2: The number of '#' characters to add as prefix and appendix.
25
 
 
 
26
  """
27
 
28
  # Instantiate the duck_tool