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