Step#
- class langchain_experimental.autonomous_agents.hugginggpt.task_planner.Step(
- task: str,
- id: int,
- dep: List[int],
- args: Dict[str, str],
- tool: BaseTool,
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)