This is the space where you can define the text that will be sent to the AI engine. You can set this up with placeholder fields and the system will substitute the values from the record and send it to the engine.
Example Prompt (Basic Suggestion Assistant):
I have just identified this hazard: "[Summary]. [Detailed Description]" What immediate action should I take to ensure a safe workplace?
Please limit your response to 3 suggestions, no more than 100 words in total
In the above example, the system will replace [Summary] and [Detailed Description] with values entered in the Hazard Identification record.
Example Prompt (RAG Suggestion Assistant):
QUESTION:
This Incident was just reported: '''[Summary]. [Detailed Description]'''
Identify three Incidents that are relevant to this one.
INSTRUCTIONS:
When referring to specific people, never use their actual names in your responses.
Summarize your reasoning on why each Incident is similar, and detail the Actions that were taken in each case.
Do not repeat Incidents in your response - just include each incident once, showing the Incident ID, a brief incident summary (max 10 words) and your reasoning for including it, and list the relevant actions underneath (including the Action ID).
Please ensure your response is less than 200 words.
Keep your answer grounded in the facts of the INCIDENT_DATA.
INCIDENT_DATA:
##AIReferenceDataSet##
In the above example, the system will replace [Summary] and [Detailed Description] with values entered in the Incident record being worked on.
Note: Prompts for RAG Suggestion Assistants also include a special placeholder ##AIReferenceDataSet## which will substitute in all the rows from your AI Reference Dataset that were retrieved from the Retrieval Context.
|