Skip to content

Commit 0706cc1

Browse files
committed
updated based on feedback
1 parent 2646010 commit 0706cc1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/ai-foundry/how-to/develop/vs-code-agents.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,11 @@ Create a tool configuration .yaml file using the following steps:
130130
1. Once you complete the setup, create a yaml code file that specifies the tool’s configuration. For example, this format for Grounding with Bing Search:
131131
132132
```yml
133-
type: bing_grounding
134-
options:
135-
tool_connections:
136-
- >-
137-
/subscriptions/<Azure Subscription ID>/resourceGroups/<Azure Resource Group name>/providers/Microsoft.MachineLearningServices/workspaces/<Azure AI Foundry Project name>/connections/<Bing connection name>
133+
type: bing_grounding
134+
options:
135+
tool_connections:
136+
- >-
137+
/subscriptions/<Azure Subscription ID>/resourceGroups/<Azure Resource Group name>/providers/Microsoft.MachineLearningServices/workspaces/<Azure AI Foundry Project name>/connections/<Bing connection name>
138138
```
139139
1. Replace the placeholders in the connection string under the `tool_connections` section with your information:
140140

0 commit comments

Comments
 (0)