wt002 commited on
Commit
5b359d0
·
verified ·
1 Parent(s): 0f88890

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -276,6 +276,7 @@ class AnalyseAttachmentTool(Tool):
276
  "description": "Local path to the attachment file (e.g., 'documents/report.pdf').",
277
  }
278
  }
 
279
 
280
  def _run(self, file_path: str) -> str:
281
  """
 
276
  "description": "Local path to the attachment file (e.g., 'documents/report.pdf').",
277
  }
278
  }
279
+ output_type = "string"
280
 
281
  def _run(self, file_path: str) -> str:
282
  """