Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUDM/AgentTuning
/ get_data
Method
get_data
AgentBench.old/src/tasks/os_interaction/task.py:312–316 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
310
}
311
312
def
get_data(self) -> Dataset:
313
ret = Dataset()
314
for
item in self.problem_configs:
315
ret.append(DataPiece(item, None))
316
return
ret
317
318
319
def
extract_action(self, raw: str):
Callers
nothing calls this directly
Calls
2
Dataset
Class · 0.90
DataPiece
Class · 0.90
Tested by
no test coverage detected