xarical commited on
Commit
2eafa9d
·
1 Parent(s): 6bd4839
Files changed (1) hide show
  1. CustomAgent.py +1 -1
CustomAgent.py CHANGED
@@ -47,7 +47,7 @@ Question: {question}
47
  return result
48
 
49
  @staticmethod
50
- def websearch(self, query: str) -> str:
51
  """
52
  Performs a web search using an external web search API.
53
  Args:
 
47
  return result
48
 
49
  @staticmethod
50
+ def websearch(query: str) -> str:
51
  """
52
  Performs a web search using an external web search API.
53
  Args: