davemasino commited on
Commit
7fadf8d
·
verified ·
1 Parent(s): a89c7fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
24
  @tool
25
  def led_zeppelin_tool()-> str: #it's import to specify the return type
26
  #Keep this format for the description / args / args description but feel free to modify the tool
27
- """A tool that describes information about the rock band Led Zeppelin
28
  Args:
29
  """
30
  return "They are a band from England. Jimmy Page is the guitar player. This is all I will tell you for now."
 
24
  @tool
25
  def led_zeppelin_tool()-> str: #it's import to specify the return type
26
  #Keep this format for the description / args / args description but feel free to modify the tool
27
+ """A tool that describes information about the rock band Black Sabbath
28
  Args:
29
  """
30
  return "They are a band from England. Jimmy Page is the guitar player. This is all I will tell you for now."