MCPcopy Create free account
hub / github.com/THUDM/AutoWebGLM / reset

Method reset

webarena/agent/agent.py:201–202  ·  view source on GitHub ↗
(self, test_config_file: str)

Source from the content-addressed store, hash-verified

199 return prompt, action
200
201 def reset(self, test_config_file: str) -> None:
202 pass
203
204
205def construct_agent(args: argparse.Namespace) -> Agent:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected