@Eric Merkle - I am developing a custom Agentic AI, where good amount of the AI instructions are being picked from article (as it is not a good idea to keep a lengthy instruction in workflow, and also it gives a customer chance to modify the instruction later if required).
The Agentic AI is related to CSDM, where I am defining some definitions in article. For example, in Article, I have mentioned Application service, service instance and deployed instance are the same thing.
Zurich Patch 1 - when user wants anything to do with service instance, or deployed instance, Agentic AI would pick the right AI Agent and execute the workflow (most of time).
Zurich Patch 2 - Immediately after upgrading my instance to patch 2 - same question from user on service instance, or deployed instance, is triggering irrelevant AI Agent.
I have been following "AI Agents Prompting Guide" uploaded by Victor few weeks back - and I am sure there's nothing wrong with instruction, and yet, I am helpless why workflow is picking wrong AI Agent. Nothing valuable I see in Decision log as well. It was almost working before upgrade, now I am afraid to do any changes in instruction, as it would break something else.
Did I raise ticket - NO - because I have raised similar ticket (CS8200183) in past, and it was straight rejected due to the fact that it was a "custom" AI Agent, even though the case agent agreed that the provided instructions are good, but system behavior is not. So, I am sure they will reject it again.
There are other non-consistent issues (occurred before patch upgrade as well) in how AI Agent works, but for now I am trying to fix the issue occurred after the upgrade.