Ask Koncierge to Extract Information From a Document
Asks Koncierge to extract specific information from documents or text.
Overview
This procedure asks Koncierge to extract specific information from documents or text, or to perform tasks based on the provided content. It supports various response formats and can work with both text and visual document inputs. You can customize the extraction with specific rules, models, and formatting requirements.
Make sure to add the Document Processing Book to your agent before using this automation procedure.
Syntax
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
Examples
1. Extract Invoice Date
get the document
ask koncierge for the invoice date where
the document
the task is "Extract the invoice date"
the response format is "date"
2. Extract with Custom Model and Rules
get the document
ask koncierge for the total amount where
the document
the openai model is "gpt-4o"
the system command is "You are an expert invoice processor"
the task is "Extract the total amount"
the response format is "number"
3. Ask for Weather Forecast
ask koncierge for the weather forecast where
the creativity is 0.5
4. Generate Content
ask koncierge for a joke where
the openai model is "gpt-4o"
the creativity is 0.8
Last updated
Was this helpful?