From the course: Introduction to Agentic AI: Getting Started with AutoGen Studio
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Creating a skill - Autogen Tutorial
From the course: Introduction to Agentic AI: Getting Started with AutoGen Studio
Creating a skill
Following up in this video, we are going to create a skill and add it to AutoGen Studio. Let's go. Already we are in AutoGen Studio and we go on the top to the Build section and we go to Skills. Here we have two which are default and to create one on the top right side, we have new skill which we have some example here. So if we copy it and we go, for example, you need to know how to go to ChatGPT and we can simply ask it, make me skill that returns a date in UTC. Make a skill that returns in UTC format. This is a Python. It's going to write properly function as the example provided. All right. And it will generate the code for us. All right. So we copy this part which is what we need. And we write the name get_utc_date; and a description which always helps, gets the current date in UTC. And we save the skill. We have secrets but we don't need one here in case we were using a secret here on our code. But that's not the case. And we save it. And if we don't see it, we can do a refresh…