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

Method __init__

eval_heldout/rewoo/algos/PWS.py:137–142  ·  view source on GitHub ↗
(self, fewshot=fewshots.HOTPOTQA_PWS_EXTRA, planner_model="text-davinci-003",
                 solver_model="text-davinci-003", available_tools=["Google", "Calculator", "LLM"])

Source from the content-addressed store, hash-verified

135
136class PWS_Extra(PWS):
137 def __init__(self, fewshot=fewshots.HOTPOTQA_PWS_EXTRA, planner_model="text-davinci-003",
138 solver_model="text-davinci-003", available_tools=["Google", "Calculator", "LLM"]):
139 super().__init__(available_tools=available_tools,
140 fewshot=fewshot,
141 planner_model=planner_model,
142 solver_model=solver_model)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected