DWP Live Chat prompt
The DWP Live Chat prompt initiates a chat between a user and a live agent when a user opts to talk to a live agent on not getting the expected response from BMC HelixGPT. The prompt is available out of the box.
Consider the following points for setting up the prompt:
- To use the DWP Live Chat prompt in your application, first, create a custom skill and link the prompt to it.
- Use DWP Live Chat Prompt Llama3 for the skills with Google vertex Llama3.2 or Oracle cloud Llama3.2 models.
- DWP Live Chat prompt does not support the Azure- GPT-4o mini model.
To efficiently use the DWP Live Chat prompt in your application, make sure to copy the router prompt in your custom skill and update it with the following instructions:
Sample out-of-the-box DWP Live Chat prompt
The following code is a sample DWP Live Chat prompt:
How a DWP Live Chat prompt is used to connect to a live agent
The DWP Live Chat prompt routes users to chat with live agents. The prompt contains instructions to ask the user for the query in brief. BMC HelixGPT then offers a list of topics from which the end user can choose and chat with the corresponding live agent.
If an administrator hasn't defined the list of topics in Mid Tier, the end user is routed to the next available live agent instead of the topic-specific live agent. Learn more about how an administrator can define a list of topics in Setting up support queues.
In the Live Chat prompt, the administrator must specify the topic_option parameter from one of the following values:
- Use default topic
- Use the provided topic
- Present topics to user
The Present topics to user option is the default option, and the topic_name parameter is left blank. The list of topics in that case is shown based on the topic configurations in Live Chat administration. For more information about how the topics are listed, see Setting up support queues.
The administrator must also specify the value for the topic_name parameter. This value is used when the Use default topic or Use the provided topic options are selected. For example, if all conversations that are routed to the live agent should have hardware as the topic name, the administrator can specify the value for the topic_name parameter to Hardware.
The response values are also available in the prompt out of the box.
Related topics