Knowledge prompt
Enterprise knowledge prompts
An Enterprise knowledge prompt retrieves information exclusively from the following internal repositories:
- HKM (Help Knowledge Management)
- RKM (Resource Knowledge Management)
- BWF (Business Workflow Files)
When a query is processed by using an Enterprise knowledge prompt, the system searches only within these internal resources. If no relevant documentation or data is found, the system responds with the following default message:
The enterprise prompt is ideal for scenarios focused on leveraging internal organizational knowledge while ensuring data security and compliance. The prompt is used for queries that require secure and reliable answers strictly from internal organizational knowledge.
Universal knowledge prompts
The Universal knowledge prompt expands the scope of information retrieval. It combines the internal repositories used by the Enterprise prompt with external sources from the web, referred to as World sources. The configuration of the skill determines the scope:
- ENTERPRISE: Information is retrieved from the internal articles only.
- WORLD: Information is retrieved from both internal articles and external web-based sources.
This dual-scope approach ensures comprehensive responses, drawing from a broader knowledge base when necessary. The Universal prompt is particularly useful in contexts where external information is required to supplement internal knowledge. The prompt is used for queries that benefit from a broader scope, combining internal and external sources to deliver more comprehensive answers.
Clearly defining the type of knowledge prompt helps organizations optimize the performance of their AI systems, ensuring relevance, accuracy, and security in responses.
Sample out-of-the-box prompt
The following code is a sample knowledge prompt:
How a knowledge prompt works
When an end user submits a question in an application that uses BMC HelixGPT, the knowledge prompt identifies keywords, context, and intent to guide the response. Using this contextual understanding, it retrieves relevant information from the data sources. The prompt then compiles this information into a comprehensive answer to address the user’s question.
How a knowledge prompt works with BMC Helix Business Workflows and BMC Helix ITSM
A knowledge prompt in BMC Helix Business Workflows is instructed to consider the case details and activities with information from the relevant data sources to answer the user's query. For example, when a user asks a query in BMC HelixGPT, the knowledge prompt uses the details from the case and also the relevant information from the data sources and composes the answer according to the user's requirements.
Similarly, in BMC Helix ITSM, the knowledge prompt is instructed to consider the incident details while answering the user query. When a user asks a question by using Ask HelixGPT from the incident ticket, the knowledge prompt uses the information from that ticket and answers the user's question.
How a knowledge prompt works with BMC Helix Digital Workplace
In BMC Helix Digital Workplace, the image prompt supports the knowledge prompt. The image prompt analyzes the image the user shares and converts it into text. The converted text is represented by the {image_text} variable that is automatically passed to the knowledge prompt. The knowledge prompt is enabled to comprehend the answer by using the information from the data sources and the image data. For example, a user can upload an image by using the chat bar and ask questions related to the image. The image prompt analyzes the image, and the knowledge prompt retrieves the relevant information from the data sources and then comprehends the answer for the user.
To use the image analysis capability, the administrators must use BMC Helix Digital Workplace out-of-the-box skills such as the DWP Image Prompt, DWP KnowledgeCitationEnterprisePrompt, and its compatible DWP Router Prompt.
Support for the Image prompt
The Knowledge prompt supports the Image prompt.
You must include the image_text prompt variable in the knowledge prompt to include the Image prompt.