mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 13:25:18 +00:00
feat: use structured output, import CSV, bugfixes
This commit is contained in:
@@ -42,10 +42,9 @@ model Project {
|
||||
}
|
||||
|
||||
model Field {
|
||||
id String @id @default(uuid())
|
||||
code String @unique
|
||||
code String @id
|
||||
name String
|
||||
type String
|
||||
type String @default("string")
|
||||
llm_prompt String?
|
||||
options Json?
|
||||
isRequired Boolean @default(false) @map("is_required")
|
||||
|
||||
Reference in New Issue
Block a user