How to create conditional logic for RAG tool routing in Onboarding Assistant AI Agent
Summary:
How to create if conditional workflow nodes using context specific functionality in AI Agent studio
Content (please ensure you mask any confidential information):
I am trying to create a conditional node that routes users to the appropriate RAG-based tool within the Onboarding Assistant AI Agent in 26C.
My goal is to build an IF condition that dynamically selects the correct RAG tool based on the logged-in user's Journey. For example, if John is logged in and assigned to the XYZ Journey, any FAQ questions related to that Journey should be routed to the XYZ RAG tool.
The challenge I am encountering is determining how to properly use the available context data to identify the user's Journey and configure the conditional logic correctly. I am unsure which context attributes and settings should be used to build this routing logic.