You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/prompt-flow-tools/serp-api-tool.md
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.custom:
8
8
- ignite-2023
9
9
- build-2024
10
10
ms.topic: how-to
11
-
ms.date: 5/21/2024
11
+
ms.date: 01/31/2025
12
12
ms.reviewer: keli19
13
13
ms.author: lagayhar
14
14
author: lgayhardt
@@ -29,15 +29,12 @@ Sign up on the [Serp API home page](https://serpapi.com/).
29
29
To create a Serp connection:
30
30
31
31
1. Sign in to [Azure AI Foundry](https://ml.azure.com/).
32
-
1. Go to **Project settings** > **Connections**.
33
-
1. Select **+ New connection**.
34
-
1. Add the following custom keys to the connection:
32
+
1. Go to project settings by selecting **Management Center** > **Overview**
33
+
1. Under *Connected resources*, select **+ New connection**.
34
+
1. Under *Other resource types*, select **Serp**.
35
+
1. Add your API key for Serp and make a connection name. Then select **Add connection**.
35
36
36
-
-`azureml.flow.connection_type`: `Custom`
37
-
-`azureml.flow.module`: `promptflow.connections`
38
-
-`api_key`: Your Serp API key. You must select the **is secret** checkbox to keep the API key secure.
39
-
40
-
:::image type="content" source="../../media/prompt-flow/serp-custom-connection-keys.png" alt-text="Screenshot that shows adding extra information to a custom connection in Azure AI Foundry portal." lightbox = "../../media/prompt-flow/serp-custom-connection-keys.png":::
37
+
:::image type="content" source="../../media/prompt-flow/serp-connection-keys.png" alt-text="Screenshot that shows adding Serp connection in Azure AI Foundry portal." lightbox = "../../media/prompt-flow/serp-connection-keys.png":::
41
38
42
39
The connection is the model used to establish connections with the Serp API. Get your API key from the Serp API account dashboard.
43
40
@@ -52,7 +49,7 @@ The connection is the model used to establish connections with the Serp API. Get
52
49
53
50
:::image type="content" source="../../media/prompt-flow/serp-api-tool.png" alt-text="Screenshot that shows the Serp API tool added to a flow in Azure AI Foundry portal." lightbox="../../media/prompt-flow/serp-api-tool.png":::
54
51
55
-
1. Select the connection to one of your provisioned resources. For example, select **SerpConnection** if you created a connection with that name. For more information, see [Prerequisites](#prerequisites).
52
+
1. Select the connection to one of your provisioned resources. For example, select "Serp Connection" if you created a connection with that name. For more information, see [Prerequisites](#prerequisites).
56
53
1. Enter values for the Serp API tool input parameters described in the [Inputs table](#inputs).
57
54
1. Add more tools to your flow, as needed. Or select **Run** to run the flow.
58
55
1. The outputs are described in the [Outputs table](#outputs).
0 commit comments