Update custom_tools.py
Browse files- 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 |
"""
|