Skip to content

Commit a63f88a

Browse files
committed
review changes
1 parent baffb2b commit a63f88a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/typeDefs/event.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ type Event {
265265
"""
266266
AI suggestion for the event
267267
"""
268-
aiSuggestion: String!
268+
aiSuggestion: String
269269
270270
"""
271271
Array of users who visited event

src/vercel-ai/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ import { eventSolvingInput } from './inputs/eventSolving';
55
import { ctoInstruction } from './instructions/cto';
66

77
/**
8-
* Vercel AI API
8+
* Interface for interacting with Vercel AI Gateway
99
*/
1010
class VercelAIApi {
1111
/**
12-
* Model ID
12+
* Model ID to use for generating suggestions
1313
*/
1414
private readonly modelId: string;
1515

0 commit comments

Comments
 (0)