llamaindexinterfacesInterface: BaseOutputParser\<T\>On this pageInterface: BaseOutputParser<T> An OutputParser is used to extract structured data from the raw output of the LLM. Type Parameters • T = any Methods format() format(output): string Parameters • output: string Returns