My client is running a UI-Kit application (past 6 years) and is considering to update to Pega '25 on Pega Cloud 3.
Will GenAI Connect rule work in a UI-Kit application?
Thanks in advance.
My client is running a UI-Kit application (past 6 years) and is considering to update to Pega '25 on Pega Cloud 3.
Will GenAI Connect rule work in a UI-Kit application?
Thanks in advance.
GenAI Connect is an integration / processing capability. The “GenAI connect” automation shape calls the out of the box pxConnectToGenerativeAI (RuleName,ResponsePageName) activity.
It can be executed from:
This works independently of UI‑Kit vs Constellation.
We can use this in UI Kit application for:
Thanks for the information @anandchouti
@Will_Cho, just to echo what @anandchouti already mentioned: Yes, on cloud 3 on the latest Pega Infinity version, the GenAI Connect Rule can also be used in UI Kit (and Theme Cosmos) applications.
Event the excellent AI Designer capabilities are available in UI Kit applications, so you can test and compare LLM models side by side for your GenAI Connect rules
Below a quick demo on a UI Kit application on 25.1.2, showing the Classification pattern.
This is great info, thank you