AINoon Tutorial 3

The goal of this tutorial is to make your own agent to come up with movie-themed dessert ideas for a restaurant.

Set up a table to store the ideas

  1. Open zapier.com
  2. Open Tables from the sidebar
  3. Click the Create button
  4. Select Blank table
  5. Name the table Dessert ideas
  6. We now see an empty table with no fields/columns

There’s a Copilot on the left side of the screen - an agent Zapier has provided to help us set up a table.

Let’s ask it to add the fields we need:

Add fields for the name, movie, and description for each dessert idea

You should now see three fields:

  1. Name (text)
  2. Movie (text)
  3. Description (long text)

Create the agent

  1. In a new tab, open zapier.com again
  2. Open Agents from the sidebar
  3. Click the New agent button

Another copilot to help us build our agent! Let’s describe what we want the agent to do, and let the copilot configure it for us:

1. Get the top 3 family movies releasing next month
2. For each movie, come up with a fun themed dessert to sell at our restaurant
3. Add each dessert to the "Dessert ideas" Zapier table

Again, we can see the copilot’s reasoning and tool use:

  1. It has set up the instructions based on our description
  2. It has added and configured the Zapier Tables: Create Record
  3. It doesn’t need to add a tool for web searching, as that tool is always available in Zapier agents
  4. It has even given our agent a descriptive name!

We still need to add a trigger - when the agent should run:

  1. Click the Add trigger button
  2. Select On demand, so that it will run when we manually trigger it

Test the agent

  1. Click Agent preview
  2. Click Test agent
  3. Watch what it does!

You should see it:

  1. Perform one or more calls to the Google Search or Web browsing tools to find upcoming family movies
  2. Come up with a dessert idea for each movie
  3. Use the Zapier Tables: Create Record tool to add each dessert to your table
  4. Provide a summary of its work at the end

Go back to the browser tab of your table, and you should see three rows have been added!

AUDIENCE QUESTION: How well did your agent do?

Conclusion