feat:: more robust backup

This commit is contained in:
Vasily Zubarev
2025-03-22 12:50:29 +01:00
parent 2de102d0dc
commit dc45fc23f4
6 changed files with 40 additions and 47 deletions

View File

@@ -305,7 +305,7 @@ const fields = [
code: "name",
name: "Name",
type: "string",
llm_prompt: "human readable name, summarize what is the invoice about",
llm_prompt: "human readable name, summarize what is bought in the invoice",
isRequired: true,
isExtra: false,
},
@@ -321,7 +321,7 @@ const fields = [
code: "merchant",
name: "Merchant",
type: "string",
llm_prompt: "merchant name",
llm_prompt: "merchant name, use the original spelling and language",
isRequired: false,
isExtra: false,
},