Srj-ai commited on
Commit
f0450a1
·
verified ·
1 Parent(s): 71728c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
12
  # --- Basic Agent Definition ---
13
  # ----- THIS IS WERE YOU CAN BUILD WHAT YOU WANT ------
14
 
15
- @tool
16
  def web_search(self, query: str) -> str:
17
  """A tool that does web search
18
  query: The first argument -> What to search
 
12
  # --- Basic Agent Definition ---
13
  # ----- THIS IS WERE YOU CAN BUILD WHAT YOU WANT ------
14
 
15
+
16
  def web_search(self, query: str) -> str:
17
  """A tool that does web search
18
  query: The first argument -> What to search