Skip to content

Commit ab0af71

Browse files
committed
fix broken links
1 parent 18b1a0b commit ab0af71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn-pr/wwl-data-ai/plan-prepare-genaiops/includes/2-use-cases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To understand what is happening behind the scenes, let's explore the architectur
3535

3636
When an authenticated user inputs the required information, the Creative Writer app uses a combination of multiple agents to generate the article:
3737

38-
- A **research** agent that uses the [Bing Grounding Tool](/azure/ai-services/agents/how-to/tools/bing-grounding?azure-portal=true) in [Azure AI Agent Service](/azure/ai-services/agents/overview?azure-portal=true) to research the product, and uses [Azure AI Search](/products/ai-services/ai-search?azure-portal=true) to do a semantic similarity search for related products from a vector store.
38+
- A **research** agent that uses the [Bing Grounding Tool](/azure/ai-services/agents/how-to/tools/bing-grounding?azure-portal=true) in [Azure AI Agent Service](/azure/ai-services/agents/overview?azure-portal=true) to research the product, and uses [Azure AI Search](/azure/search) to do a semantic similarity search for related products from a vector store.
3939
- A **writer** agent that combines the researched and retrieved product information into a helpful article.
4040
- An **editor** agent that refines the article before presenting it to the user.
4141

0 commit comments

Comments
 (0)