We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

trying to update the response message but it is not getting updated for one of LLM topic

tejarejinth
Tera Contributor

i am trying to update one of the LLM topic for one of the node when i click save and publish it is not getting updated to what i want it is going back to original description why is this happening

2 REPLIES 2

Ratnakar7
Mega Sage

Hi @tejarejinth ,
Some LLM topics are configured to pull their response text dynamically from a knowledge article, catalog item, or another record. If you edit the topic directly, the system refreshes it from the linked source on publish.

 

  • Instead of editing the OOB node, create a clone topic and point your flow to it. This ensures your changes persist.

  • Verify if the topic is pulling its description from a knowledge article or util script. Update the source instead of the topic node.

  •  After publishing, clear the portal cache (/cache.do) or use the "Clear cache" option in the LLM workspace.

Thanks,
Ratnakar

 

 

Hi@Ratnakar7,

I understand that i cannot edit or modify the response message in the node but i have to modify it from the source where it is coming from but how i need to find out from where the source message is coming from could you suggest me to find out the source.