Skip to content

Commit 285f5fe

Browse files
authored
Apply suggestions from code review
1 parent d941d32 commit 285f5fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

articles/app-service/tutorial-ai-integrate-azure-ai-agent-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In this tutorial, you'll learn how to expose a FastAPI app's functionality throu
1717

1818
If your web application already has useful features, like shopping, hotel booking, or data management, it's easy to make those capabilities available to an AI agent in Azure AI Foundry Agent Service. By simply adding an OpenAPI schema to your app, you enable the agent to understand and use your app's capabilities when it responds to users' prompts. This means anything your app can do, your AI agent can do too, with minimal effort beyond creating an OpenAPI endpoint for your app. In this tutorial, you start with a simple restaurant ratings app. By the end, you'll be able to see restaurant ratings as well as create new restaurants and new reviews with an agent through conversational AI.
1919

20-
:::image type="content" source="media/tutorial-ai-integrate-azure-ai-agent-dotnet/agents-playground.png" alt-text="Scenario Preview: Screenshot showing the agents playground in the middle of a conversation that takes actions by using the OpenAPI tool.":::
20+
:::image type="content" source="media/tutorial-ai-integrate-azure-ai-agent-dotnet/agents-playground.png" alt-text="Screenshot showing the agents playground in the middle of a conversation that takes actions by using the OpenAPI tool.":::
2121

2222
> [!div class="checklist"]
2323
> * Add OpenAPI functionality to your web app.

articles/app-service/tutorial-ai-model-context-protocol-server-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.service: azure-app-service
1515

1616
In this tutorial, you'll learn how to expose a FastAPI app's functionality through Model Context Protocol (MCP), add it as a tool to GitHub Copilot, and interact with your app using natural language in Copilot Chat agent mode.
1717

18-
:::image type="content" source="media/tutorial-ai-model-context-protocol-server-python/model-context-protocol-call-success.png" alt-text="Scenario Preview: Screenshot showing that the response from the MCP tool call in the GitHub Copilot Chat window.":::
18+
:::image type="content" source="media/tutorial-ai-model-context-protocol-server-python/model-context-protocol-call-success.png" alt-text="Screenshot showing that the response from the MCP tool call in the GitHub Copilot Chat window.":::
1919

2020
If your web application already has useful features, like shopping, hotel booking, or data management, it's easy to make those capabilities available for:
2121

0 commit comments

Comments
 (0)