MCPcopy Create free account
hub / github.com/SkyworkAI/DeepResearchAgent / get_file_path

Method get_file_path

examples/analysis.py:154–156  ·  view source on GitHub ↗

Get the path to the results file.

(self)

Source from the content-addressed store, hash-verified

152 logger.error(f"Failed to save results to {self.filepath}: {e}")
153
154 def get_file_path(self) -> str:
155 """Get the path to the results file."""
156 return str(self.filepath)
157
158
159def parse_args():

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected