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

Method __init__

eval_heldout/rewoo/algos/PWS.py:128–133  ·  view source on GitHub ↗
(self, fewshot=fewshots.HOTPOTQA_PWS_BASE, planner_model="text-davinci-003",
                 solver_model="text-davinci-003", available_tools=["Wikipedia", "LLM"])

Source from the content-addressed store, hash-verified

126
127class PWS_Base(PWS):
128 def __init__(self, fewshot=fewshots.HOTPOTQA_PWS_BASE, planner_model="text-davinci-003",
129 solver_model="text-davinci-003", available_tools=["Wikipedia", "LLM"]):
130 super().__init__(available_tools=available_tools,
131 fewshot=fewshot,
132 planner_model=planner_model,
133 solver_model=solver_model)
134
135
136class PWS_Extra(PWS):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected