We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a63f88a commit 018b70aCopy full SHA for 018b70a
src/vercel-ai/index.ts
@@ -25,6 +25,7 @@ class VercelAIApi {
25
*
26
* @param {EventData<EventAddons>} payload - event data
27
* @returns {Promise<string>} AI suggestion for the event
28
+ * @todo add defence against invalid prompt injection
29
*/
30
public async generateSuggestion(payload: EventData<EventAddons>) {
31
const { text } = await generateText({
0 commit comments