We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afcae29 commit bea066dCopy full SHA for bea066d
1 file changed
convex/schema.ts
@@ -24,6 +24,7 @@ export default defineSchema({
24
25
title: v.string(),
26
description: v.string(),
27
+ aiDescription: v.string(), // condensed 1 sentence ai-generated description
28
eventType: v.union(
29
v.literal("event"), // one-time event
30
v.literal("opportunity"), // internship, job, program, application
0 commit comments