Pipeline error
I'm getting an error: An error occurred in this call: pipeline-error-azure-openai-llm-failed
Call id: c880fb85-3c66-4785-bcc2-ab17d113c60a
Call id: c880fb85-3c66-4785-bcc2-ab17d113c60a
Invalid schema for function 'createGoogleCalendarEvent': In context=('properties', 'attendees'), array schema missing items
"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"
}
}
}
}
}
],