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

Method update_step

demo/settings.py:128–133  ·  view source on GitHub ↗
(self, step)

Source from the content-addressed store, hash-verified

126 self._load_init_vars()
127
128 def update_step(self, step):
129 self.history.append(step)
130 self.prompt += step
131 self.total_tokens += len(step.split())
132 self.output += step
133 self.interation_times += 1
134
135 def update_search(self, search_query):
136 self.search_count += 1

Callers 2

process_query_asyncFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected