Activity
Mon
Wed
Fri
Sun
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
What is this?
Less
More

Memberships

AI Automation Society

Public β€’ 3.7k β€’ Free

4 contributions to AI Automation Society
Airtables contact search instead of google sheets
The one thing I didn't like about this personal assistant workflow was the google sheets integration. The tutorial version returns all results every time you run a query, which is fine if you only have a few contacts, but if you have over 700, it's not great. I understand this was done for speed and simplicity for demonstration purposes, and it got me thinking about how I could create something myself. So I created a new contactsAgent workflow instead that uses Airtables search and returns only relevant contacts results. I haven't done much testing on this yet outside of simple queries but I wanted to share with you all.
3
0
Airtables contact search instead of google sheets
πŸš€New Video: How to Build a Personal Assistant AI Agent (Step by Step)
In AI Personal Assistant 2.0, I set a goal of 1,000 likes to make a step by step. You guys crushed that. As promised, here is the tutorial! I even added a bonus element of talking to the agent and having it talk back. Hope you guys enjoy! Let me know your thoughts on this one! The HTTP Request Body JSON: { "text": "{{ JSON.stringify($json.message.content).replace(/(^\"|\"$)/g, '') }}" }
46
60
New comment 5d ago
πŸš€New Video: How to Build a Personal Assistant AI Agent (Step by Step)
1 like β€’ 5d
One thing I didn't like about this personal assistant workflow was the google sheets integration. The tutorial version returns all results every time you run a query, which is fine if you only have a few contacts, but if you have over 700, it's not great. So I created a new contactsAgent workflow instead that uses airtables search and returns only relevant contacts results. I haven't done much testing on this yet outside of simple queries but I wanted to share with you all regardless. Thanks
Tools error handling
I have a general question about error handling for tools. In my example, the calendar tool was throwing an error about the time zone. However, the AI agent was only getting this: It seems there is an issue with creating the dinner event for today at 5 PM. I will attempt to address this. Please hold on. \n\nIn the meantime, can you confirm if you would like any specific notes or invite participants to this dinner? I created an error handling workflow that would take the error event and send it to discord, but there doesn't seem to be a way to get the error out of the tool back to the ai tools agent. To recap, the tool fails, the AI model responds to the agent that there was an unknown error scheduling the request. The AI tools agent takes that response and sends it on, never registering there is an actual error. I would like to get the tool error for create event to send to the error handling workflow, but there doesn't seem to be a way to get the errors from the tools back to the ai tools agent or into an error handling workflow. I really hope this makes sense.
1
2
New comment 7d ago
Tools error handling
Google Calendar time zone error
I'm trying to follow the AI Assistant tutorial and I'm at the create an entry on the google calendar step and I'm getting a time zone error. It seems the time is properly formatted. Any suggestions? The input: [ { "startTime": "2024-12-18T17:00:00-05:00", "endTime": "2024-12-18T17:30:00-05:00", "eventTitle": "Dinner" } ] error: { "message": "Bad request - please check your parameters", "timestamp": 1734544179078, "name": "NodeApiError", "description": "Invalid time zone definition for start time.", "context": {}, "cause": { "message": "400 - {\"error\":{\"errors\":[{\"domain\":\"global\",\"reason\":\"invalid\",\"message\":\"Invalid time zone definition for start time.\"},{\"domain\":\"global\",\"reason\":\"invalid\",\"message\":\"Invalid time zone definition for end time.\"}],\"code\":400,\"message\":\"Invalid time zone definition for start time.\"}}", "name": "AxiosError", "stack": "AxiosError: Request failed with status code 400
2
1
New comment 7d ago
1 like β€’ 7d
I fixed this by overriding the timezone in the workflow settings.
1-4 of 4
Jim Martin
2
12points to level up
@jim-martin-3371
Azure architect and part time AI enthusiast.

Active 5d ago
Joined Dec 18, 2024
powered by