Hey Guys! I would be glad if anyone could help me here. I am trying to create an agent that is able to check calendar availability and suggest 30 min meetings, could be interesting to give 3 days options for the meetings.
Right now the agent is scheduling meetings and sending by email, but it isn`t capable of verifying calendar availability to offer options without over scheduling.
The agent should also be able to cancel meetings, it definitely doesn’t work
I also need this agent to download any file from the chat and save on google drive and read audio files. For now the agent works perfectly with audio, but only when its recorded in the chat, if I forward a friend audio to him it doesn’t work, could I have help with this too?
For the check of the calendar availability, did you try putting in your prompt to specifically check for calendar availability before scheduling ? This might be something to look into, you can try also by isolating the calendars tools with an other AI agent.
For the cancellation, what does the error says ? Make sure the eventId retrieved is the good one, and try also to isolate the tool with an other IA agent to pinpoint the problem !
For the forwarded audio, try to see if the api response from telegram contains an audio field and get the audio ID from it, it seems it might exists if I refer to the documentation (audio)