MCPcopy Create free account
hub / github.com/RUC-NLPIR/WebThinker / reset

Method reset

demo/settings.py:125–126  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

123 self.history = []
124
125 def reset(self):
126 self._load_init_vars()
127
128 def update_step(self, step):
129 self.history.append(step)

Callers 1

appFunction · 0.80

Calls 1

_load_init_varsMethod · 0.95

Tested by

no test coverage detected