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 25,300 courses taught by industry experts.
Complete agent assembly - OpenAI API Tutorial
From the course: Build with AI: Creating AI Agents with OpenAI's Responses API
Complete agent assembly
- [Instructor] Until now, we have built all the individual pieces for our agent; connection to the company knowledge, CRM integration, time zone calculations, and right now they're separate capabilities, but now we bring everything together into one unified agent that can seamlessly combine all of these tools to provide comprehensive sales support. When we wrote our agent spec, we defined how our agent should work, for example, including behavioral guidelines, such as professionalism, conciseness, not making assumptions, and so on. So let us see how we can prompt our agent to respect these guidelines. In the chat interface, we have this section called Developer Message. And the developer message is a special instruction designed to guide the behavior of the model, and set the tone for its interactions. And it is supposed to be the most important instruction that the model considers before answering. And this is also known as a system prompt. So the developer message is the perfect…
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)
-