Open
Description
- Package Name: Azure AI Projects (azure-ai-projects==1.0.0b9 )
- Package Version: 1.0.0b9
- Operating System: Windows 11 (64 bit)
- Python Version: 3.12.10
Describe the bug
When I set up an agent and provided knowledge grounding using Bing, I included instructions for the agent to search for similar tools online and return links to those tools.
While the agent does return a list of tools along with purchase links, the issue is that the displayed purchase links are invalid. However, the citation/source links provided in the response are correct.
The problem is that the chat displays the incorrect (invalid) purchase links instead of using the actual citation links. This issue occurs both in the Azure AI Agents Playground UI and in the code.
To Reproduce
Steps to reproduce the behavior:
- Create an agent in the Azure AI foundry, provide instructions to search similar tools.
- Add grounding with bing in the knowledge
- search for the tool.
Expected behavior
the chat should display valid purchase links and should be the same as the citation links.
Metadata
Metadata
Assignees
Labels
This issue points to a problem in the data-plane of the library.Workflow: This issue is responsible by Azure service team.Issues that are reported by GitHub users external to the Azure organization.Workflow: This issue needs attention from Azure service team or SDK teamThe issue doesn't require a change to the product in order to be resolved. Most issues start as that