We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 362de79 commit 4fe4e48Copy full SHA for 4fe4e48
1 file changed
src/agentlab/benchmarks/web_task.py
@@ -51,7 +51,6 @@ def validate(self) -> tuple[float, dict]:
51
info: dict, custom information from the validation.
52
"""
53
54
- @abstractmethod
55
def cheat(self):
56
57
Solve the task using a pre-defined solution (optional).
0 commit comments