We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aedafea commit c6286bfCopy full SHA for c6286bf
articles/ai-services/agents/includes/azure-search/code-examples.md
@@ -136,7 +136,7 @@ conn_id = "/subscriptions/<your-subscription-id>/resourceGroups/<your-resource-
136
137
# Initialize agent AI search tool and add the search index connection ID and index name
138
# 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>"
+ai_search = AzureAISearchTool(index_connection_id=conn_id, index_name="<your-index-name>",
140
query_type="<select-search-type>")
141
```
142
# [C#](#tab/csharp)
0 commit comments