mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-16 07:14:29 -04:00
647 B
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
rawOutput
• rawOutput: string