MCPcopy Create free account
hub / github.com/SkyworkAI/DeepResearchAgent / reset

Method reset

src/benchmark/gpqa.py:57–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55 await self.reset()
56
57 async def reset(self) -> Optional[Task]:
58 self._index = 0
59 self._tasks = []
60 return await self.step()
61
62 async def step(self) -> Optional[Task]:
63 if self._index >= len(self._data_records):

Callers 1

initializeMethod · 0.95

Calls 1

stepMethod · 0.95

Tested by

no test coverage detected