Set default value for DatasetEntry input (#214)

This commit is contained in:
arcticfly
2023-09-05 16:42:41 -07:00
committed by GitHub
parent 422a6ff4c6
commit 6ac554f7e1
2 changed files with 2 additions and 3 deletions

View File

@@ -202,7 +202,7 @@ model DatasetEntry {
loggedCallId String @db.Uuid
loggedCall LoggedCall @relation(fields: [loggedCallId], references: [id], onDelete: Cascade)
input Json
input Json @default("[]")
output Json?
inputTokens Int
outputTokens Int