Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

How to track the number of Assists an Agentic workflow would consume?

Suggy
Giga Sage

How to track the number of Assists an Agentic workflow would consume?

(assuming that all the AI agents are being called as part of the execution)

 

Its surprising that this info is not documented (or looks like ServiceNow will not show this detail anywhere)

If thats the case, how can the customer know how many assists the OOTB workflows or custom workflows would consume?

3 REPLIES 3

Dr Atul G- LNG
Tera Patron

https://www.servicenow.com/community/now-assist-for-creator-forum/ai-agent-studio-how-to-track-consu...

*************************************************************************************************************
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/dratulgrover [ Connect for 1-1 Session]

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

Tanushree Maiti
Kilo Patron

Hi @Suggy 

 

Refer this KB2558225 High agent assist usage when testing under Agent Studio 

 

The Generative AI Usage Log : sys_gen_ai_usage_log table shows multiple entries where the Document value (e.g., "Topic: AIA-Agent Invoker") has a consumption count of 25 assists each. This does not occur when using the virtual agent directly.

 

Also you can refer:Get Familiar with Agentic Workflows & AI Agent

 

 

Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:

rpriyadarshy
Tera Guru

@Suggy 

 

Please do this - Go into sn_aia_execution_plan table and add the column for 'gen ai usage log'. For each execution of an agent / agentic workflow there will be a record for the usage.

 

rpriyadarshy_1-1777258241568.png

 

OOTB Assist Consumption List from ServiceNow is in below KB.

 

Now Assist Actions (Skills) and Assists Consumed - Support and Troubleshooting

 

Regards

RP