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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -278,7 +278,7 @@ class AnalyseAttachmentTool(Tool):
278
  }
279
  output_type = "string"
280
 
281
- def _run(self, file_path: str) -> str:
282
  """
283
  Executes the attachment analysis. This method is called internally by the tool.
284
  """
 
278
  }
279
  output_type = "string"
280
 
281
+ def forward(self, file_path: str) -> str:
282
  """
283
  Executes the attachment analysis. This method is called internally by the tool.
284
  """