mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 13:25:18 +00:00
feat:: more robust backup
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user