I am creating an agent using CI(Code interpreter) , i want to generate follow-up prompt based on the response coming out from the CI. I got the CI value in (Response.FormatedText). Now i am passing the text here(Suggestions).
I need 3 new prompt based on the text and it should be "Clickable" so user can click and get more granular data.
Yes, you can generate dynamic follow-up prompts based on Response.FormattedText, but Copilot Studio won't create them automatically. The recommended pattern is:
LLM Prompt → generates three follow-up questions in JSON array format.
Suggestions → bind the resulting array so the questions appear as clickable suggestion chips for the user.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.