Skip to content

Commit 2afb28b

Browse files
Remove commented code.
1 parent 60d7ce2 commit 2afb28b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/agentlab/benchmarks/osworld.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -853,15 +853,6 @@ def format_chat_completion_tools_to_response_api(tools: list[dict]) -> list[dict
853853
return formatted_tools
854854

855855

856-
# @dataclass
857-
# class OSWorldActionSetArgs(DataClassJsonMixin):
858-
# action_space: Literal["computer_13", "pyautogui"] = "computer_13"
859-
860-
# def make_action_set(self):
861-
# logger.info(f"Creating OSWorld Action Set with action space: {self.action_space}")
862-
# return OSWorldActionSet(action_space=self.action_space)
863-
864-
865856
@dataclass
866857
class OsworldEnvArgs(AbstractEnvArgs):
867858
task: dict[str, Any]

0 commit comments

Comments
 (0)