We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baffb2b commit a63f88aCopy full SHA for a63f88a
src/typeDefs/event.ts
@@ -265,7 +265,7 @@ type Event {
265
"""
266
AI suggestion for the event
267
268
- aiSuggestion: String!
+ aiSuggestion: String
269
270
271
Array of users who visited event
src/vercel-ai/index.ts
@@ -5,11 +5,11 @@ import { eventSolvingInput } from './inputs/eventSolving';
5
import { ctoInstruction } from './instructions/cto';
6
7
/**
8
- * Vercel AI API
+ * Interface for interacting with Vercel AI Gateway
9
*/
10
class VercelAIApi {
11
12
- * Model ID
+ * Model ID to use for generating suggestions
13
14
private readonly modelId: string;
15
0 commit comments