Skip to content

Commit

Permalink
adds user's email address to function call
Browse files Browse the repository at this point in the history
  • Loading branch information
hardik-id committed Jan 24, 2024
1 parent e986097 commit 315ba20
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/plugin/plugins/joan.plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 315ba20

Please sign in to comment.