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

Method get_file_path

examples/run_benchmark.py:121–123  ·  view source on GitHub ↗

Get the path to the results file.

(self)

Source from the content-addressed store, hash-verified

119 self.results_data["experiment_meta"]["total_tasks"] = total_tasks
120
121 def get_file_path(self) -> str:
122 """Get the path to the results file."""
123 return str(self.filepath)
124
125class Response(BaseModel):
126 reasoning: str = Field(description="The reasoning process")

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected