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
packages/llamaindex/src/types.ts:82
parse()
parse(
output
):T
Parameters
• output: string
Returns
T