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