Interface: BaseOutputParser<T>
An OutputParser is used to extract structured data from the raw output of the LLM.
Type parameters
Implemented by
Methods
▸ format(output
): string
Parameters
Returns
string
Defined in
packages/core/src/types.ts:47
parse