Manage skill sets
    • PDF

    Manage skill sets

    • PDF

    Article Summary

    The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.

    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.

    Create skill set

    To create a skill set, follow these steps:

    1. On the NAVER Cloud Platform console, click Services > AI Services > CLOVA Studio in order.
    2. Click the My Product menu, and then click the [Go to CLOVA Studio] button.
    3. On CLOVA Studio, click the Skill trainer menu.
    4. Click the [Add new skill set] button.
      1. If there is already a skill set created within the same group, click the [Create skill set] button.
    5. When the Create skill set window appears, enter the following information.
      1. Service field: service field of the skill set you want to create. If there is no service field, select "others"
      2. Skill set: skill set name. The skill set name allows English letters, Korean characters, numbers, and blanks. It cannot exceed 20 characters.
      3. Skill set description: description of the functions the skill set provides. Enter up to 1000 characters.
      4. Response format: format of response to be created. Enter up to 1000 characters. Refer to Skill set response for a writing example.
      5. User Information: enter the logo representing the skill set, skill-related email address, and API policy address (optional items)
    6. To check for duplicates within skill set names, click the [Check for duplicates] button.
    7. Click the [Save] button.
    8. To see the created skill set list, click the [Cancel] button.
      • To add a skill to the skill set, click the [Create skill] button.

    Skill set response

    You can specify the format for the final response of a skill set. Typically, the following types of responses can be applied, and they can be written in various natural language forms. During the scenario collection process, ensure that the skill set response format matches the final response. If they do not match, refer to Update skill set response to supplement to enhance the final response.

    Response typeWriting example
    JSON format
    • Response in json format.
    • The final response should be in a JSON format like {"result": [{"key1": ..., "key2": ...}, ...]}.
    Table format
    • Show the response in a table format.
    • The final response should be in table format. At this time, the "No." column is mandatory.
    Numbering
    • Number your responses.
    • The final response should not be in the form of 1, 2, 3, but rather starting with the number 4, such as 4, 5, 6.
    Markdown format
    • Bold the product name in markdown format.
    • The final response should be in the format of markdown code blocks.
    Fixed specific phrases
    • Always fix the start of the response with "Thank you for waiting." 
    • Always end the response with "Did this answer your question?"

    Supplement skill set response

    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 scenario collection screen. For example, if you enter "Return the final response in JSON format" in the response format of your skill set, but the final response actually generated is not in JSON format, then the response format needs to be edited to fit the JSON format. By collecting scenarios in this way and then tuning the skill set, the format of the final response can be improved.

    Here's an example of how to update your skill set response.

    • Response format: "Return the final response in JSON format."
    • Final response returned: "As of August 9, 2023, 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:
      {
         "20230809":{
            "purchase":[
               {
                  "pv":"1,003,120",
                  "puruser":"1,222,334"
               }
            ]
         }
      }
      
    Note

    The skill set response format supersedes the skill response format. This may not be redundant with the skill response format.

    Edit skill set

    You can edit the service field, name, description, and response format and User Information of the created skill set.

    To edit the information of your skill set follow the following steps:

    1. On the NAVER Cloud Platform console, click Services > AI Services > CLOVA Studio in order.
    2. Click the My Product menu, and then click the [Go to CLOVA Studio] button.
    3. On CLOVA Studio, click the Skill trainer menu.
    4. Check the created skill set list from the [Skill set] tab.
    5. Click the See more i_clovastudio-more> [Edit] button on the right end of the skill set list.
    6. When the Edit skill set window appears, edit the skill set information.
    7. Edit the skill set information, and then click the [Save] button.
    8. If there is nothing to edit, click the [Cancel] button.

    Was this article helpful?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.