Skip to content

Commit bea066d

Browse files
committed
add aidescription field
1 parent afcae29 commit bea066d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

convex/schema.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export default defineSchema({
2424

2525
title: v.string(),
2626
description: v.string(),
27+
aiDescription: v.string(), // condensed 1 sentence ai-generated description
2728
eventType: v.union(
2829
v.literal("event"), // one-time event
2930
v.literal("opportunity"), // internship, job, program, application

0 commit comments

Comments
 (0)