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)

__init__(
task: str,
id: int,
dep: List[int],
args: Dict[str, str],
tool: BaseTool,
)[source]#
Parameters:
  • task (str)

  • id (int)

  • dep (List[int])

  • args (Dict[str, str])

  • tool (BaseTool)