Method__init__(
self,
data_load_func: Callable[[], Dict[str, Any]],
tools: List[Type[Tool]],
chapter2/prompt-engineering/tau_bench/envs/base.py:45
Method__init__(
self,
tools_info: List[Dict[str, Any]],
wiki: str,
model: str,
provi
chapter2/prompt-engineering/tau_bench/agents/tool_calling_agent.py:13
Method__init__(
self,
tools_info: List[Dict[str, Any]],
wiki: str,
model: str,
provi
chapter2/prompt-engineering/tau_bench/agents/chat_react_agent.py:18
Method__init__(
self,
tools_info: List[Dict[str, Any]],
wiki: str,
model: str,
provi
chapter2/prompt-engineering/tau_bench/agents/few_shot_agent.py:14