Skip to content

Commit 2e3d6d0

Browse files
authored
Merge pull request #329 from rolester/patch-1
Update code-examples.md - Syntax error - missing a comma ,
2 parents d2d7d5a + c6286bf commit 2e3d6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/agents/includes/azure-search/code-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ conn_id = "/subscriptions/<your-subscription-id>/resourceGroups/<your-resource-
136136

137137
# Initialize agent AI search tool and add the search index connection ID and index name
138138
# TO DO: replace <your-index-name> with the name of the index you want to use
139-
ai_search = AzureAISearchTool(index_connection_id=conn_id, index_name="<your-index-name>"
139+
ai_search = AzureAISearchTool(index_connection_id=conn_id, index_name="<your-index-name>",
140140
query_type="<select-search-type>")
141141
```
142142
# [C#](#tab/csharp)

0 commit comments

Comments
 (0)