keynes42 commited on
Commit
b5860a1
·
verified ·
1 Parent(s): c38dc79

Update custom_tools.py

Browse files
Files changed (1) hide show
  1. custom_tools.py +1 -1
custom_tools.py CHANGED
@@ -30,7 +30,7 @@ class WebpageStructureAnalyzerTool(Tool):
30
  }
31
  output_type: str = "string"
32
 
33
- def run(self, url) -> str:
34
  """
35
  Executes the webpage structure analysis.
36
 
 
30
  }
31
  output_type: str = "string"
32
 
33
+ def forward(self, url) -> str:
34
  """
35
  Executes the webpage structure analysis.
36