Error when unmasking data in Connect Generative AI rule
Hi,
I am using a Pega Infinity '23 (8.23.0-110) instance from My Trials portal. While trying to use a Connect Generative AI rule with the Mask sensitive data checkbox active, I got an error when unmasking.
After tracing it, I saw that it complained about pxUnMaskPII activity.
The root cause was that .pxResults class of JSON Data transform pyMapResponseBody in class Data-GenerativeAI-Provider-Pega-Azure-Chat was defined in Data-GenerativeAI-Provider-AzureOpenAI-ChatCompletion class, which does not exist anymore.
To fix it, I saved pyMapResponseBody in a ruleset from my application and updated the .pxResults definition to Data-GenerativeAI-Provider-Azure-Chat, but it would be great if that fix could be included in the product.
Thanks,
Sergio Porres