MCPcopy Create free account
hub / github.com/THUDM/AgentTuning / _parse_plans

Method _parse_plans

eval_heldout/rewoo/algos/PWS.py:74–79  ·  view source on GitHub ↗
(self, response)

Source from the content-addressed store, hash-verified

72 return result
73
74 def _parse_plans(self, response):
75 plans = []
76 for line in response.splitlines():
77 if line.startswith("Plan:"):
78 plans.append(line)
79 return plans
80
81 def _parse_planner_evidences(self, response):
82 evidences = {}

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected