Update tool.py
Browse files
tool.py
CHANGED
@@ -6,7 +6,7 @@ class SimpleTool(Tool):
|
|
6 |
inputs = {
|
7 |
"path": { "type": "string", "description": "Folder location of PDF files", "default": "pdfs", "nullable": True }
|
8 |
}
|
9 |
-
output_type = "
|
10 |
|
11 |
def __init__(self, *args, **kwargs):
|
12 |
super().__init__(*args, **kwargs)
|
|
|
6 |
inputs = {
|
7 |
"path": { "type": "string", "description": "Folder location of PDF files", "default": "pdfs", "nullable": True }
|
8 |
}
|
9 |
+
output_type = "string"
|
10 |
|
11 |
def __init__(self, *args, **kwargs):
|
12 |
super().__init__(*args, **kwargs)
|