We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d1b9a commit 912906dCopy full SHA for 912906d
1 file changed
src/integrations/vercel-ai/index.ts
@@ -23,7 +23,7 @@ class VercelAIApi {
23
/**
24
* Generate AI suggestion for the event
25
*
26
- * @param {EventData<EventAddons>} payload - event data
+ * @param {EventData<EventAddons>} payload - event data to make suggestion
27
* @returns {Promise<string>} AI suggestion for the event
28
* @todo add defence against invalid prompt injection
29
*/
0 commit comments