Bpmn failing to deploy while building AI agent sub task

I am trying to create AI agent for the first time, I have configured params as per @Niall video (https://www.youtube.com/watch?v=E0BaMLL5Uf4) however I am getting error and unable to understand.
Note, I am using Camunda provided LLM for testing.
.bpmn attached
llmDemo.bpmn (12.0 KB)

This looks like a common AI Agent element template version mismatch issue that occurs with Camunda 8.8 alpha builds. I found the following relevant resources:

Does this help? If not, can anyone from the community jump in? :waving_hand:


:light_bulb: Hints: Use the Ask AI feature in Camunda’s documentation to chat with AI and get fast help. Report bugs and features in Camuda’s GitHub issue tracker. Trust the process. :robot:

It didn’t work still

Hi @pramod_Rajane

however I am getting error and unable to understand.

What error are you getting? Can you provide a screenshot and logs?

Regards,
Alex

Please ignore this, as in other modeler/camunda version, it worked.
However, Now I see error as ‘Secret with name ‘CAMUNDA_PROVIDED_LLM_API_ENDPOINT’ is not available’

This just means that you’ve got some configuration in your model that requires a secret to be created.

Yes, actually I am trying to use org enable Camunda LLM secrets, somehow not able to use it.
Any other way to reveal secrets and get it configured to spring boot application?