Modifying the default DWP Service Health tool settings
As an administrator, configure the Digital Workplace (DWP) Service Health tool to search for service health items in BMC Helix Digital Workplace. This tool is a toolkit consisting of the GetServiceHealthTool.
It assists the following AI agents in listing the service health items from BMC Helix Digital Workplace:
- Employee Navigator
- Employee Navigator - Cards
- Employee Navigator - MS Teams
- Employee Navigator Supervisor
- Employee Navigator Supervisor - MS Teams
The DWP Service Health tool is available HelixGPT Agent Studio, but you cannot modify it directly. However, you can add a new tool to modify the default tool configuration.
Before you begin
Make sure you have cloned a prebuilt agent, because you can only add a custom tool to a cloned prebuilt agent.
For more information, see Cloning an agent.
To modify the default DWP Service Health tool settings
- Add a new tool to your environment. For more information, see Creating and editing tools and toolkits.
The new tool must replicate the same field values configuration as the existing prebuilt DWP Service Health tool. - In the Configuration field, modify the following settings:
Setting Description handlesCitationsTools Indicates if citations should be handled for tools.
A citation helps agents to include source or reference links directly within their response.
The sources or references are displayed when citation is set to False.
Default configuration:
{
"handlesCitationsTools": [
"GetServiceHealth"
]
} - Click Save.
Where to go from here