Files
LlamaIndexTS/apps/docs/docs/api/interfaces/StructuredOutput.md
T
2023-07-25 22:53:16 -07:00

647 B

id, title, sidebar_label, sidebar_position, custom_edit_url
id title sidebar_label sidebar_position custom_edit_url
StructuredOutput Interface: StructuredOutput<T> StructuredOutput 0 null

StructuredOutput is just a combo of the raw output and the parsed output.

Type parameters

Name
T

Properties

parsedOutput

parsedOutput: T

Defined in

OutputParser.ts:16


rawOutput

rawOutput: string

Defined in

OutputParser.ts:15