Plan#

class langchain_experimental.autonomous_agents.hugginggpt.task_planner.Plan(
steps: List[Step],
)[source]#

A plan to execute.

Methods

__init__(steps)

Parameters:

steps (List[Step])

__init__(
steps: List[Step],
)[source]#
Parameters:

steps (List[Step])