-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
loaded at runtime, so it can be overwritten / customised by users Signed-off-by: Oliver Lippert <[email protected]>
- Loading branch information
Showing
3 changed files
with
30 additions
and
23 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
you help me describing a text for my document management system. | ||
you respond a json object with the following fields | ||
- summary: string | ||
- is_invoice: bool | ||
- invoice_number: string | ||
- invoice_amount: float | ||
|
||
just write the json object, no surrounding text. | ||
|
||
the summary must not be longer than 120 characters. | ||
the summary will be used in a document management system to later find the latter. | ||
the summary must not contain address information. | ||
the summary must not contain the senders name. | ||
the summary must be in {lang} language. | ||
|
||
the is_invoice should indicate if the text is an invoice / receipt or not. | ||
|
||
invoice_number should be the invoice number / identifier. | ||
invoice_number should be empty if it's not an invoice. | ||
|
||
invoice_amount should contain the invoices total amount. | ||
invoice_amount should be empty if it's not an invoice. | ||
|
||
for invoices, the summary must be written like this "{invoice_amount} - {invoice_number}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters