From the course: Build with AI: Creating AI Agents with OpenAI's Responses API
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Writing the agent spec - OpenAI API Tutorial
From the course: Build with AI: Creating AI Agents with OpenAI's Responses API
Writing the agent spec
- [Narrator] In this video, we'll write a clear agent specification that will guide our entire sales support build. We will define what the agent should do, how it should behave, and what success looks like. The most important thing for us to define is the agent's primary goal, because everything else is built around this goal. In our case, we want to help our sales teams prioritize and contact prospects more effectively. So our salespeople, they need to contact prospects every day and they need to do a lot of work to choose which prospects to contact and then to research those prospects. And this is where we want our agent to step in and help them. Next, keeping this goal in mind, let's outline the specific capabilities that our agent needs and the data that it needs to access. So, our agent will need to analyze company documents so that it can understand our product. It will also need to access our CRM in order to get prospect information. And finally, it will have to calculate the…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
(Locked)
Writing the agent spec3m 50s
-
(Locked)
What our data looks like6m 26s
-
(Locked)
Upload company data4m 26s
-
Configure CRM integration4m 21s
-
(Locked)
Add time zone calculation4m 34s
-
(Locked)
Complete agent assembly7m 43s
-
(Locked)
Use Presets to save and share agents4m 43s
-
(Locked)
Deployment overview6m 13s
-
(Locked)
-