Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

How do I create an AI Agent for Assignment Group prediction for Incident

PankajS84613171
Tera Contributor

How do I create an AI Agent for Assignment Group prediction for Incident? 
I have tried creating it using the Search Retreival Tool but nothing is working, there are no relevant information on this in the community or youtube, even the documentation is very limited, semantics are not being configured.

1 ACCEPTED SOLUTION

yashkamde
Giga Sage

Hello @PankajS84613171 ,

 

You can build this using Agentic AI (AI Agent Studio) :

  • Configure the AI Agent in AI Agent Studio with a system prompt that take short_description + description + caller + category context as input, and reason through steps to determine the correct assignment_group.
  • Add Tools for the agent to call e.g. "Get Active Assignment Groups" tool (Script tool querying sys_user_group filtered by type=assignment).
  • Configure the agent's reasoning flow as : Analyze incident details > call tool to fetch similar past incidents > cross-reference against valid assignment_groups tool output > decide best match with a justification > if confident, call an action tool to update assignment_group on the incident → if not confident, call a action to route to a manual triage queue or assign to a group.

Also refer this :

Can we make AI Agent to auto populate assignment groups for Incident Management ? 

Multi-Method Assignment Group Prediction with Now Assist 

 

If my response helped mark as helpful and accept the solution.

View solution in original post

5 REPLIES 5