Skip to content

Commit a932de4

Browse files
authored
Update bing-custom-search-samples.md
1 parent 4e0cee0 commit a932de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/agents/how-to/tools/bing-custom-search-samples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ curl --request POST \
407407
"bing_custom_search": {
408408
"search_configurations": [
409409
{
410-
"connection_id": /subscriptions/<sub-id>/resourceGroups/<your-rg-name>/providers/Microsoft.CognitiveServices/accounts/<your-ai-services-name>/projects/<your-project-name>/connections/<your-fabric-connection-name>,
410+
"connection_id": /subscriptions/<sub-id>/resourceGroups/<your-rg-name>/providers/Microsoft.CognitiveServices/accounts/<your-ai-services-name>/projects/<your-project-name>/connections/<your-bing-connection-name>,
411411
"instance_name": <your_custom_search_configuration_name>,
412412
"count": 7,
413413
"market": "en-US",
@@ -474,4 +474,4 @@ curl --request GET \
474474
-H "Authorization: Bearer $AGENT_TOKEN"
475475
```
476476

477-
::: zone-end
477+
::: zone-end

0 commit comments

Comments
 (0)