You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i provided the following format to bolna, sometimes it works sometimes it doesn't, i am unable to get the real reason of why it might not be working initially i thought it might be google api key but i provided new one and the results were same .
api_tools: { tools: '[{"name":"check_availability","description":"Check availability in Google Calendar","parameters":{"type":"object","properties":{"startDateTime":{"type":"string","description":"ISO formatted start date and time"},"endDateTime":{"type":"string","description":"ISO formatted end date and time"},"timeZone":{"type":"string","description":"Time zone for the event"}},"required":["startDateTime","endDateTime","timeZone"]}},{"name":"create_event","description":"Create a new event in Google Calendar","parameters":{"type":"object","properties":{"summary":{"type":"string","description":"Title of the event"},"description":{"type":"string","description":"Details of the event"},"startDateTime":{"type":"string","description":"ISO formatted start date and time"},"endDateTime":{"type":"string","description":"ISO formatted end date and time"},"timeZone":{"type":"string","description":"Time zone for the event"},"location":{"type":"string","description":"Location of the event"}},"required":["summary","startDateTime","endDateTime","timeZone"]}},{"name":"transfer_call","description":"Transfer calls to human agent if user asks to transfer the call or if it\'s not in your instructions on how to deal with a certain question user is asking"}]', tools_params: { check_availability: { method: "GET", param: "{\"timeMin\":\"%(startDateTime)s\",\"timeMax\":\"%(endDateTime)s\",\"timeZone\":\"%(timeZone)s\"}", url: "https://www.googleapis.com/calendar/v3/calendars/primary/events", api_token:Bearer ${apiAccessToken}}, create_event: { method: "POST", param: "{\"summary\":\"%(summary)s\",\"description\":\"%(description)s\",\"start\":{\"dateTime\":\"%(startDateTime)s\",\"timeZone\":\"%(timeZone)s\"},\"end\":{\"dateTime\":\"%(endDateTime)s\",\"timeZone\":\"%(timeZone)s\"},\"location\":\"%(location)s\"}", url: "https://www.googleapis.com/calendar/v3/calendars/primary/events", api_token:Bearer ${apiAccessToken} }, transfer_call: { method: "POST", param: null, url: "https://webhook.site/c5dfe764-8888-4be5-a28c-8cfe4d54d475", api_token: null } }, }, },
The text was updated successfully, but these errors were encountered:
i provided the following format to bolna, sometimes it works sometimes it doesn't, i am unable to get the real reason of why it might not be working initially i thought it might be google api key but i provided new one and the results were same .
api_tools: { tools: '[{"name":"check_availability","description":"Check availability in Google Calendar","parameters":{"type":"object","properties":{"startDateTime":{"type":"string","description":"ISO formatted start date and time"},"endDateTime":{"type":"string","description":"ISO formatted end date and time"},"timeZone":{"type":"string","description":"Time zone for the event"}},"required":["startDateTime","endDateTime","timeZone"]}},{"name":"create_event","description":"Create a new event in Google Calendar","parameters":{"type":"object","properties":{"summary":{"type":"string","description":"Title of the event"},"description":{"type":"string","description":"Details of the event"},"startDateTime":{"type":"string","description":"ISO formatted start date and time"},"endDateTime":{"type":"string","description":"ISO formatted end date and time"},"timeZone":{"type":"string","description":"Time zone for the event"},"location":{"type":"string","description":"Location of the event"}},"required":["summary","startDateTime","endDateTime","timeZone"]}},{"name":"transfer_call","description":"Transfer calls to human agent if user asks to transfer the call or if it\'s not in your instructions on how to deal with a certain question user is asking"}]', tools_params: { check_availability: { method: "GET", param: "{\"timeMin\":\"%(startDateTime)s\",\"timeMax\":\"%(endDateTime)s\",\"timeZone\":\"%(timeZone)s\"}", url: "https://www.googleapis.com/calendar/v3/calendars/primary/events", api_token:
Bearer ${apiAccessToken}}, create_event: { method: "POST", param: "{\"summary\":\"%(summary)s\",\"description\":\"%(description)s\",\"start\":{\"dateTime\":\"%(startDateTime)s\",\"timeZone\":\"%(timeZone)s\"},\"end\":{\"dateTime\":\"%(endDateTime)s\",\"timeZone\":\"%(timeZone)s\"},\"location\":\"%(location)s\"}", url: "https://www.googleapis.com/calendar/v3/calendars/primary/events", api_token:
Bearer ${apiAccessToken}}, transfer_call: { method: "POST", param: null, url: "https://webhook.site/c5dfe764-8888-4be5-a28c-8cfe4d54d475", api_token: null } }, }, },
The text was updated successfully, but these errors were encountered: