From 315ba20e0f85b23759fc153c18ac044564b22165 Mon Sep 17 00:00:00 2001 From: Hardik Patel Date: Wed, 24 Jan 2024 14:50:40 +0100 Subject: [PATCH] adds user's email address to function call --- src/plugin/plugins/joan.plugin.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/plugin/plugins/joan.plugin.ts b/src/plugin/plugins/joan.plugin.ts index 1b7083c..7fdffa3 100644 --- a/src/plugin/plugins/joan.plugin.ts +++ b/src/plugin/plugins/joan.plugin.ts @@ -253,6 +253,11 @@ export class JoanPlugin { parameters: { type: 'object', properties: { + email: { + type: 'string', + description: + 'The email id of the user who is making reservation, sending message to bot', + }, deskName: { type: 'string', description: @@ -483,6 +488,11 @@ export class JoanPlugin { parameters: { type: 'object', properties: { + email: { + type: 'string', + description: + 'The email id of the user who is making reservation, sending message to bot', + }, date: { type: 'string', description: 'The date in "YYYY-MM-DD" format',