Get the path to the results file.
(self)
| 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 | |
| 125 | class Response(BaseModel): |
| 126 | reasoning: str = Field(description="The reasoning process") |