Hi all and Happy New Year.
I am working with the AI Chat component.
I have modified the chat response message so that when I get a bullet point, I get a standard “Tell Me More“ text. So that users can click on that and get additional Details.
I want to do 2 things:
- Open a separate Window. So rather than have it in the same chat log, I want to have this as a separate pop-up.
- I want to trigger a workflow that would take the specific bullet point as input, so I can give context to the API call.
Ideally, I would not want to fork the component. Currently, I’ve used an HTML component on the page and some JavaScript in the workflow that identifies the bullet point and adds the text.
Basically, I’m not sure how to trigger the workflow. From that I think I would be able to open the pop-up and make the additional api call.

