key | value | description |
---|---|---|
id (required) | list | The Anchor parameter is optional for fields that use this method. If you specify an anchor: - Sensible ignores the anchor if it’s present in the document. - Sensible returns null for the field if the anchor isn’t present in the document. |
description (required) | string | A prompt describing the list’s subject matter as a whole. |
properties (required) | object | An array of objects with the following parameters: -id (required): A user-friendly ID for the data in the extraction output. -description (required): A prompt describing the list item that you want to extract. The prompt can include instructions to reformat or filter the data. For example, provide prompts like ” transaction amount. return the absolute value” or “vehicle make (not model)”. -type: The list item’s type. For more information, see types. |
(Deprecated) promptIntroduction | string. | (Deprecated) overwrites the introductory text at the beginning of the full prompt that Sensible submits to the LLM for this field. |
llmEngine | fast, thorough. default: fast | Specifies the LLM model to which Sensible submits the full prompt, and affects the number of chunks that Sensible submits to the LLM.If the Fast parameter results in incomplete extractions for multi-page lists, use Thorough as an alternative. - fast: Sensible uses a faster LLM model (GPT-3.5 Turbo) and can submit a smaller number of chunks than specified by the Chunk Count parameter. - thorough: Sensible uses a slower LLM model (GPT-4 Turbo) and submits exactly the number of chunks specified by the Chunk Count parameter. Sensible can take several minutes to return the list. For more information, see Notes. |
contextDescription | For information about this parameter, see Advanced prompt configuration | |
pageHinting | For information about this parameter, see Advanced prompt configuration | |
chunkCount | 20 | For information about this parameter, see Advanced prompt configuration |
chunkSize | 1 | For information about this parameter, see Advanced prompt configuration |
chunkOverlapPercentage | 0 | For information about this parameter, see Advanced prompt configuration |
pageRange | For information about this parameter, see Advanced prompt configuration. |
Example document | Download link |
---|