We are currently working with AI bridge 1.7.2
One of our customers wants to set alerts for certain classes and it seems you can set an alert per topic. So when they deploy an app I need to look at the classes of the model and then make a new topic for each class.
Looking into the documentation I see that I need to make a new app and do a register mutation to add the topic without manually changing the register.graphql file and restarting the AI bridge.
I do a register mutation via graphIQL
and I looked in the logs of the container `nvcr.io/isv-milestone/partners/aibridge-webservice:v1.7.2` where I seeMy question
-
Why is this request failing ?
-
Is this mutation the right way to handle this case for the customer where they want to create an alert and so need a new topic for it ?.
Your help is greatly appreciated and hoping to hear from you soon.


