Note: If you’re familiar with Sensible, this advanced topic is for you.Documentation Index
Fetch the complete documentation index at: https://sensible.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Default field extraction order
Sensible adds each field to the output array sequentially after extracting it. By default you can specify fields, computed fields, and sections as sibling arrays, like this:- Run fields array.
- Run computed fields, which transform fields output:
- Run all computed fields that aren’t Suppress Output methods.
- Run Suppress Output fields.
- Run sections (“documents inside documents”). Sensible cordons off a document range and extracts fields or computed fields from it independently. Suited to complex repeating data.
- Return all fields, computed fields, and sections.
Configurable extraction order
You can use the following alternative syntax to change the order in which to extract fields:JSON
JSON

