Skip to content

Commit 458165f

Browse files
committed
validation
1 parent 73177d1 commit 458165f

1 file changed

Lines changed: 1 addition & 1 deletion

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 an FastAPI app's functionality thro
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="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="Scenario Preview: 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.

0 commit comments

Comments
 (0)