keynes42 commited on
Commit
f1e0996
·
verified ·
1 Parent(s): cde0aa2

Update custom_tools.py

Browse files
Files changed (1) hide show
  1. custom_tools.py +1 -1
custom_tools.py CHANGED
@@ -23,7 +23,7 @@ class WebpageStructureAnalyzerTool(Tool):
23
  )
24
  # Use Pydantic V2's .model_json_schema() to get the dict
25
  inputs: dict = WebpageStructureInputs.model_json_schema()
26
- output_type: str
27
 
28
  def run(self, url) -> str:
29
  """
 
23
  )
24
  # Use Pydantic V2's .model_json_schema() to get the dict
25
  inputs: dict = WebpageStructureInputs.model_json_schema()
26
+ output_type: str = "string"
27
 
28
  def run(self, url) -> str:
29
  """