Skill set

Prev Next

Available in Classic and VPC

A skill set is a group of skills needed for a specific field. For example, you can configure a travel skill set that enables flight ticket search, flight reservation, and hotel search, and a shopping skill set that enables product search and shopping cart management, and so on.

Create skill set

To create a skill set, follow these steps:

  1. From the NAVER Cloud Platform console, click i_menu > Services > AI Services > CLOVA Studio in order.
  2. From the my product menu, click the [Go to CLOVA Studio] button.
  3. In CLOVA Studio, click the Skill trainer menu.
  4. Click the [Create skill set] button.
  5. When the Create skill set window appears, enter the following information:
    • Skill set name: skill set name. The skill set name allows English letters, Korean characters, numbers, and blanks. It cannot exceed 30 characters
    • Skill set description: description of the features the skill set provides. Enter up to 400 characters
    • Service field: service field of the skill set you want to create. If there is no service field, select "others"
  6. To check for duplicates within skill set names, click the [Check duplicates] button.
  7. Once all skill set information is filled in, click the [Create] button.
  8. When the Skill Set Creation Complete window appears, click the [Create skill] button.
    • You will be moved to the generated skill set information screen.
    • To return to the skill set list, click the [Close] button.

Edit skill set

You can edit the name, description, service area, and response format of the skill set you created.
To edit the information of your skill set, follow these steps:

  1. From the NAVER Cloud Platform console, click i_menu > Services > AI Services > CLOVA Studio in order.
  2. From the my product menu, click the [Go to CLOVA Studio] button.
  3. In CLOVA Studio, click the Skill trainer menu.
  4. Click a skill set.
  5. When the skill set information window appears, click the [Edit] button on the top right of the screen.
  6. Edit the skill set information, and then click the [Save] button.
    • If there is nothing to edit, click the [Cancel] button.
Note

Sample skill sets cannot be edited.

Skill set response format

If the final response is generated not according to the response format you set, it needs to be edited to match the format in the data collection screen. For example, if you selected "JSON format" for the skill set response format and entered "Keys must be written in English" in the description input field, but the final answer generated does not follow these requirements, you need to manually edit the answer format as follows:
By collecting data in this way and then starting training, the format of the final response can be improved.

The following is an example of how to utilize your skill set response format:

  • Response format: select "JSON format" for the skill set response format and enter "Keys must be written in English" in the description input field
  • Final response returned: "As of August 9, 2024, the number of hat purchase conversion users is as follows: 1,003,120 page views and 1,222,334 users."
  • Example of a response format to edit:
    {
       "20240809":{
          "purchase":[
             {
                "pv": 1003120,
                "puruser": 1222334
             }
          ]
       }
    }
    

Replicate skill set

You can create a skill set that replicates any of your previously created skill sets and basic skill information. It can be useful when you need to quickly create a similar service.
To replicate a skill set, follow these steps:

  1. From the NAVER Cloud Platform console, click i_menu > Services > AI Services > CLOVA Studio in order.
  2. From the my product menu, click the [Go to CLOVA Studio] button.
  3. In CLOVA Studio, click the Skill trainer menu.
  4. Click ⋮> Replicate of the skill set.
  5. When the skill set replication window appears, click the [OK] button.
  6. Check the replicated skill set.
Note

Replicating skill set does not replicate any training data.

Delete skill set

You can delete a skill set you are no longer using.
To delete a skill set, follow these steps:

  1. From the NAVER Cloud Platform console, click i_menu > Services > AI Services > CLOVA Studio in order.
  2. From the my product menu, click the [Go to CLOVA Studio] button.
  3. In CLOVA Studio, click the Skill trainer menu.
  4. Click ⋮> Delete of the skill set.
  5. Once the skill set deletion window appears, click [Delete].
Note
  • Sample skill sets cannot be deleted.
  • You cannot delete a skill set if its service app review has been completed.