Interfaces
StructuredOutput
Defined in: llamaindex/src/types.ts:9
StructuredOutput is just a combo of the raw output and the parsed output.
Type Parameters
• T
Properties
rawOutput
rawOutput:
string
Defined in: llamaindex/src/types.ts:10
parsedOutput
parsedOutput:
T
Defined in: llamaindex/src/types.ts:11