Is there way in prompt builder to pass it a document to reference?
example: Based on the policies in Document_XZY does the data being passed in in Json format appear to be against any of the documented policies?
Discussion posts and replies are publicly visible
Prompt builder cannot extract data from a document.
You can have other AI skills like extraction from document to extract policy data from document (in case you have variety of documents dynamically uploaded) and then use prompt builder to validate the data in json against policies extracted from previous AI skills.Give it a try!