...
Table of Contents | ||
---|---|---|
|
Prompts
UC1 - Reductive Prompt: Create a summary from an email attachment
...
Code Block | ||
---|---|---|
| ||
{ "invoiceNumber": "123100401", "address": "ABC Provider (Germany) GmbH - Weg 3 - 12345 Stadt", "invoiceDate": "01.02.2025 - 29.02.2025", "positions": [ { "description": "Invoice WMACCESS Internet, 1 Month", "pieces": 1, "price": 130.00 }, { "description": "Router Type 3 rental", "pieces": 1, "price": 5.00 } ] } |
Intents
UC5 - Detect the intent and its parameters from an user email
...