Interface: BaseOutputParser<T>
An OutputParser is used to extract structured data from the raw output of the LLM.
Type parameters
• T
Methods
format()
format(
output
):string
Parameters
• output: string
Returns
string
Source
parse()
parse(
output
):T
Parameters
• output: string
Returns
T