matterattetatte commited on
Commit
9862511
·
verified ·
1 Parent(s): cf72ba9

Update tool.py

Browse files
Files changed (1) hide show
  1. tool.py +1 -1
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 = "any"
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)