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