Entities allow us to capture specific information in the user input.
They start with an @ symbol.
Entity values can have synonyms and patterns.
"What are your Toronto hours" and "What are your Montreal hours" both have the same intent, but they have different entity values.
Even though a synonym was used, the entity value captures the input.
It's quite convenient when deploying on WordPress sites as it doesn't require us to develop an application that sends the user input to the Watson Assistant service.
A preview link integration allows us to share our chatbot with friends and colleagues.
An Assistant can "contain" one or more skills.
The WordPress plugin for Watson Assistant allows us to customize the look and feel of the chat box that appears on the site.
There are some nice usage management features baked right into the plugin.
What is the first step in writing a well-structured prompt through the process of prompt engineering? Explanation! You must know exactly what you want the model to generate. Therefore, defining the goal is the first step in writing a well-structured prompt through the process of prompt engineering.
How confident are you in this answer?