B170MMA#777
07/02/2024, 7:15 PMVapi
07/02/2024, 7:16 PMVapi
07/02/2024, 7:16 PMB170MMA#777
07/02/2024, 7:17 PMVapi
07/02/2024, 7:17 PMB170MMA#777
07/02/2024, 7:18 PMShubham Bajaj
07/02/2024, 7:27 PMjson
"tools": [
{
"type": "function",
"function": {
"name": "createGoogleCalendarEvent",
"description": "A tool to create a booking/event on Google Calendar",
"parameters": {
"type": "object",
"properties": {
"title": {
"type": "string",
"required": ["true"],
"description": "The title of the event"
},
"endTime": {
"type": "string",
"required": ["true"],
"description": "The end time of the event in ISO 8601 format"
},
"location": {
"type": "string",
"description": "Location of the event"
},
"attendees": {
"type": "array",
"description": "A list of email addresses of attendees"
},
"startTime": {
"type": "string",
"required": ["true"],
"description": "The start time of the event in ISO 8601 format"
},
"description": {
"type": "string",
"description": "A description of the event"
}
}
}
}
}
],
Shubham Bajaj
07/02/2024, 7:27 PM