Hi ,
Thanks for reaching out to Microsoft Q&A.
In Azure AI Foundry, you cannot remove grounding citations just by prompting because they are appended after the LLM finishes its answer. Bing and Azure Search add them as part of the retrieval pipeline. To stop them being spoken in voice mode, you must either disable citation output in the grounding component, or intercept the response and send only the “answer text” to text-to-speech. The correct fix is to drop the citation fields programmatically before TTS, or filter them out with a simple regex. Prompting alone will never prevent them, because the grounding step enforces citations after generation.
Please 'Upvote'(Thumbs-up) and 'Accept' as answer if the reply was helpful. This will be benefitting other community members who face the same issue.