Parses the output text into a Plan
object. The steps are extracted by
splitting the text on newline followed by a number and a period,
indicating the start of a new step. The <END_OF_PLAN>
tag is then
removed from each step.
The output text to be parsed.
A Plan
object consisting of a series of steps.
Generated using TypeDoc
Specific implementation of the
BaseOutputParser
class designed to parse the output text into aPlan
object.