Step#
- class langchain_experimental.autonomous_agents.hugginggpt.task_planner.Step(task: str, id: int, dep: List[int], args: Dict[str, str], tool: BaseTool)[source]#
A step in the plan.
Methods
__init__
(task,Β id,Β dep,Β args,Β tool)- Parameters:
task (str) β
id (int) β
dep (List[int]) β
args (Dict[str, str]) β
tool (BaseTool) β