Classes
SubQuestionOutputParser
Defined in: llamaindex/src/OutputParser.ts:72
SubQuestionOutputParser is used to parse the output of the SubQuestionGenerator.
Implements
BaseOutputParser
<StructuredOutput
<SubQuestion
[]>>
Constructors
new SubQuestionOutputParser()
new SubQuestionOutputParser():
SubQuestionOutputParser
Returns
Methods
parse()
parse(
output
):StructuredOutput
<SubQuestion
[]>
Defined in: llamaindex/src/OutputParser.ts:75
Parameters
output
string
Returns
StructuredOutput
<SubQuestion
[]>
Implementation of
BaseOutputParser.parse
format()
format(
output
):string
Defined in: llamaindex/src/OutputParser.ts:80
Parameters
output
string
Returns
string
Implementation of
BaseOutputParser.format