(self)
| 79 | # print(f"Warning: Unknown argument '{key}' for the task.") |
| 80 | |
| 81 | def release(self): |
| 82 | pass |
| 83 | |
| 84 | def evaluate(self, agent: Agent, already_runs: List[Any]=None) -> Dict[str, Any]: |
| 85 | print(f"Evaluating task '{self.name}' ...") |
no outgoing calls
no test coverage detected