ServiceNow Otto forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Can workflow studio be aligned with our knowledge base?

Hi everyone,  I’m currently testing a custom catalog in my PDI instance that includes request forms for knowledge articles and lesson content, intended for both internal users and customers. The goal is to eventually build a workflow that automatical...

SSamonte by Tera Contributor
  • 1663 Views
  • 5 replies
  • 1 helpfuls

Agentic ai in Virtual Agent topic

Hi guys!  In our company we have created a brand new created AI Agent using the AI Agent Studio for that. We have embed the catalog item tool into the agent to execute each time the ai agent is fired.Our idea now is since the AI Agent is a simple exe...

NunoMeira by Tera Contributor
  • 2285 Views
  • 3 replies
  • 0 helpfuls

How to disable these OOB topics in Virtual Agent

Hello everyone! How can I disable this OOB topics in Virtual Agent? How to configure it to when it would only show up? Is there a table for this? EDIT: I tried to deactivate the topics but it cannot be done because it is used in a custom chat experie...

tidert_24_0-1756194570207.png
tidert_24 by Mega Sage
  • 1482 Views
  • 3 replies
  • 0 helpfuls

How to duplicate the AI Search - Fallback

Good day everyone. I would like to know where can I duplicate the AI Search - Fallback topic in the Virtual Agent Designer. Our instance have already updated to Yokohama and I don't see it listed in the VA Designer and what I have read in the communi...

tidert_24 by Mega Sage
  • 1650 Views
  • 2 replies
  • 2 helpfuls

Now Assist Sentimental Analysis is not working

I am getting the below message when I tried the below script to check for connection in Sentimental Analysis using background script.var sa = new sn_nlp_sentiment.SentimentAnalyser();var result = sa.analyze("test");gs.info(JSON.stringify(result));"st...