update schema and prompt structure

This commit is contained in:
2025-06-29 15:25:50 -04:00
parent 12554430a1
commit c0a686b565
3 changed files with 21 additions and 3 deletions

View File

@ -17,7 +17,7 @@ model Response {
to String
request String?
response String?
createdAt DateTime?
createdAt DateTime @default(now())
processedAt DateTime?
}