Can NowLLM Analyse Multiple Records to Decide Incident Priority?

Amitoj Wadhera
Kilo Sage

How can we provide multiple records—such as a list of past incidents—as input to a Now Assist skill set, so that the content generated is based on analysing those records? For instance, instead of setting the priority of an incident based only on its short description or description field, I want the LLM to study previous incidents and determine the priority accordingly for the newly created ones. Is this possible? 

2 ACCEPTED SOLUTIONS

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Amitoj Wadhera 

I'm not sure about Now LLM, but I have seen something similar in PI. I can say that Now LLM has used machine learning (ML) and PI in the backend to some extent. This concept is called similarity and classification. Have a look from PI side and see what we can do in Now LLM. 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

View solution in original post

PaulSylo
Tera Sage
Tera Sage

Hi @Amitoj Wadhera - Now assist is to provide deterministic output . this can be well complete using predictive intelligence as mentioned by Atul below. I see this can be done very well using Predictive intelligence, you can use Now assist  along with AI agents ( with proper tuning)for your use case). i don't think you get value if you do this try with now assist, it will be expensive soluiton

Regards,
PaulSylo

Kindly mark "helpful", if this helps, or Mark as "Accepted " if it solves your issues !

View solution in original post

3 REPLIES 3

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Amitoj Wadhera 

I'm not sure about Now LLM, but I have seen something similar in PI. I can say that Now LLM has used machine learning (ML) and PI in the backend to some extent. This concept is called similarity and classification. Have a look from PI side and see what we can do in Now LLM. 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

PaulSylo
Tera Sage
Tera Sage

Hi @Amitoj Wadhera - Now assist is to provide deterministic output . this can be well complete using predictive intelligence as mentioned by Atul below. I see this can be done very well using Predictive intelligence, you can use Now assist  along with AI agents ( with proper tuning)for your use case). i don't think you get value if you do this try with now assist, it will be expensive soluiton

Regards,
PaulSylo

Kindly mark "helpful", if this helps, or Mark as "Accepted " if it solves your issues !

Jayden4
Tera Contributor

Just a note that if you are using Predictive Intelligence, and you do not have any instances of a P1, the Predictive Intelligence will never predict a P1, as it does not have any reference data in the trained model for what a P1 looks like. 

 

For what you are asking for in particular, you will need to retrieve the incident records with a RAG or subflow to parse into the prompt, but there is a cap of 15,000 words/tokens per prompt I think? I have just received the same sort of request.