From the course: OpenAI API: Agents
Unlock this course with a free trial
Join today to access over 24,800 courses taught by industry experts.
Tools and capabilities - OpenAI API Tutorial
From the course: OpenAI API: Agents
Tools and capabilities
- Function calling and tool use transformed the way we think about these generative AI tools. Before they were introduced, generative AI was basically AI chat. Once we had function calling and the chatbot was able to fire off external functions and start doing things in our software, everything changed. And in the agent SDK tool, calling is front and center, not only for your custom functions but also for some very useful built-in functions. Specifically as of this recording, there are three hosted tools you can use out of the box. They are WebSearchTool, which allows the agent to go on the web, make searches, and return information to you in whatever format you want, including with information about the original URL, the full original text, summaries, or whatever you desire. A FileSearchTool that allows you to retrieve files from the OpenAI Vector Store, meaning you use the API to upload files into OpenAI and then you can use this tool to go through those files to find information…
Contents
-
-
-
(Locked)
Introducing the OpenAI Agents SDK1m 50s
-
(Locked)
Core concepts: Agents, runners, handoffs, and guardrails4m 53s
-
(Locked)
Authentication1m 20s
-
(Locked)
Anatomy of a simple agent workflow3m 55s
-
(Locked)
Exploring agent examples2m 33s
-
(Locked)
Tools and capabilities3m 23s
-
(Locked)
Tracing3m 54s
-
(Locked)
-
-